How do I promote a worker node to a control plane node?

I have been googling this quite a bit and not found a single answer. When you deploy a Kubernetes cluster here, you are giving all worker nodes. No master. So how are you supposed to do port forwards or install helm charts for instance? I can't find a single mention of this on Google. Maybe I'm missing something, but isn't this doing Kubernetes with your hands tied around your back?

Thanks,
Steve

1 Reply

I dicovered that with the local kubectl you can deploy helm charts and manage the cluster. Your local machine basically becomes the master plane. I guess that's how it's supposed to work.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct