Older versions of Kubernetes were not averse to using master/slave, but now we've cancelled history... Think of the BDSM market!!
We've changed the default tolerations some time ago in 8ab7ada385f0c4bafc6494709de201edc09dc175 to remove master and use control-plane instead. ControlPlaneTolerations() still refers to master and can be deleted when all clusters meet one of the following conditions:
Clusters have been deployed on at least Unikorn version 0.3.24, this is recorded in the annotations (i.e. kubectl get kubernetesclusters.unikorn.eschercloud.ai --all-namespaces -o yaml)
Clusters are running application bundle 1.2.0 (mandatory rolling upgrade)
Older versions of Kubernetes were not averse to using master/slave, but now we've cancelled history... Think of the BDSM market!!
We've changed the default tolerations some time ago in 8ab7ada385f0c4bafc6494709de201edc09dc175 to remove
master
and usecontrol-plane
instead.ControlPlaneTolerations()
still refers tomaster
and can be deleted when all clusters meet one of the following conditions:0.3.24
, this is recorded in the annotations (i.e.kubectl get kubernetesclusters.unikorn.eschercloud.ai --all-namespaces -o yaml
)1.2.0
(mandatory rolling upgrade)