Report this

What is the reason for this report?

How can initial role master for any node on Digitalocean

Posted on October 19, 2021

kube@Big:/mnt/c/Users/Big_Picture$ kubectl get nodes NAME STATUS ROLES AGE VERSION clinzilla-81z98 Ready <none> 37d v1.19.13 clinzilla-81zzr Ready <none> 37d v1.19.13

Hi there,

Because Kubernetes is a managed service manual, I can’t access the master or Kube-controller-manager Components to make configuration changes or updates to the under Kubernetes nodes or Kube-scheduler for balance to maintain a level of supportability and stability for our Kubernetes service. The master API-server is currently not configurable in this way. How can initial role master for any node on Digitalocean However

Regards



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

With a Managed Kubernetes Cluster, the control plane configuration is managed by DigitalOcean. You cannot modify the control plane files, feature gates, or admission controllers.

For more information check out the Managed Elements of DigitalOcean Kubernetes:

https://docs.digitalocean.com/products/kubernetes/

If you want to have full control over your cluster, you could install Kubernetes as per this tutorial here:

https://www.digitalocean.com/community/tutorials/how-to-create-a-kubernetes-cluster-using-kubeadm-on-ubuntu-18-04

That way the cluster will be unmanaged and you will have full control over all components.

Best, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.