Menu Close
18.13.5. 연결이 끊긴 환경에 대한 IPv6 주소 구성
선택적으로 에이전트ClusterInstall
사용자 정의 리소스를 생성할 때 관리 클러스터에 대한 IPV6 주소를 구성할 수 있습니다.
절차
AgentClusterInstall
사용자 정의 리소스에서 IPv6 주소의 inclusterNetwork
및serviceNetwork
를 수정합니다.apiVersion: extensions.hive.openshift.io/v1beta1 kind: AgentClusterInstall metadata: # Only include the annotation if using OVN, otherwise omit the annotation annotations: agent-install.openshift.io/install-config-overrides: '{"networking":{"networkType":"OVNKubernetes"}}' name: <cluster-name> namespace: <cluster-name> spec: clusterDeploymentRef: name: <cluster-name> imageSetRef: name: <cluster-image-set> networking: clusterNetwork: - cidr: "fd01::/48" hostPrefix: 64 machineNetwork: - cidr: <machine-network-cidr> serviceNetwork: - "fd02::/112" provisionRequirements: controlPlaneAgents: 1 workerAgents: 0 sshPublicKey: <public-key>
-
NMStateConfig
사용자 지정 리소스를 사용자가 정의한 IPv6 주소로 업데이트합니다.