Feature Description
The biased terms in the SMI Kubernetes context only are updated in this release.
-
The term master is replaced by control plane .
For release 2023.02.1, you can use both deprecated and replacement configurations but cannot configure both at the same time. When using deprecated biased configurations, a warning message will be displayed on cluster sync.
-
The yang model configuration changes include:
Deprecated Configuration
New Configuration
k8s node-type master
k8s node-type control-plane
node-type-defaults master
node-type-defaults control-plane
kube-master-ip
kube-control-plane-ip
Ops Center Changes
The following is the current Ops Center configuration when node-type is set to master .
// show run in ops-center:
k8s nodes abc-master
node-type master
worker-type master
exit
When the node-type is set to control-plane , the Ops Center also reflects the same configuration.
// show run in ops-center:
k8s nodes abc-test
node-type control-plane
worker-type control-plane
exit