1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/snippets/ztp_03-workload-partitioning.yaml
Kevin Quinn be8a6929c7 TELCODOCS-1506 Telco CORE Reference Design Specification
ref config updates

Adding generated YAML + modules from the RDS

Reorganizing TOC

Adding latest RDS updates

RDS doc updates

RDS YAML updates

Shanes review

latest updates + new components overview diagram

David J's review comments

CCS attributes update

Ian's review comments

adding Hari's deviations update

updating 4.14 link URLs

Generalizes scope and deviation topics for RAN and Core

updates for RDS prod version

update deviations wording

Updating deviation and scope topics

consolidate dev and scope topics + intro

Adding link to ztp-site-generate procedure

typo

final changes for RDS

typos

Ian's comments

update for RDS terminology

remove core CRs note

add GH core CRs link
2023-12-14 09:24:03 +00:00

27 lines
710 B
YAML

apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: $mcp
name: 02-$mcp-workload-partitioning
spec:
config:
ignition:
version: 3.2.0
storage:
files:
- contents:
source: data:text/plain;charset=utf-8;base64,$crio
mode: 420
overwrite: true
path: /etc/crio/crio.conf.d/01-workload-partitioning
user:
name: root
- contents:
source: data:text/plain;charset=utf-8;base64,$k8s
mode: 420
overwrite: true
path: /etc/kubernetes/openshift-workload-pinning
user:
name: root