-
-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to replicate default kubernetes deployment services #424
Comments
Also I tried fresh install with HA embedded db and also server, agent options. The dns server address
|
Hi, coredns is installed as part of the control plane of k3s. As it is a deployment, you have to scale it after the installation.
Haven't looked into the k3sup code itself, but I doubt it deploys software to the cluster. But if you use an install.sh file, like suggested in the README.md file, you could just add a line like this to it at the end, to control the amount of pods on your own:
|
How to replicate default kubernetes deployment services with install options.
I installed k3s with 3 nodes using
--cluster
and--server
options.How is it possible to replicate these default services including
coredns
andmetrics-server
to run on each master nodes with install options?Info:
info:
Info:
Info:
The text was updated successfully, but these errors were encountered: