We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be allowed to create a k8s cluster by specifying only image parameter for all the service containers.
The text was updated successfully, but these errors were encountered:
rke version v0.0.6-dev
Able to create K8s cluster successfully by using only the following parameters in services section of cluster.yml
services: etcd: image: quay.io/coreos/etcd:latest kube-api: image: rancher/k8s:v1.8.3-rancher2 kube-controller: image: rancher/k8s:v1.8.3-rancher2 scheduler: image: rancher/k8s:v1.8.3-rancher2 kubelet: image: rancher/k8s:v1.8.3-rancher2 kubeproxy: image: rancher/k8s:v1.8.3-rancher2
Sorry, something went wrong.
sangeethah
No branches or pull requests
Should be allowed to create a k8s cluster by specifying only image parameter for all the service containers.
The text was updated successfully, but these errors were encountered: