Skip to content
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

Should be allowed to create a k8s cluster by specifying only image parameter for all the service containers. #53

Closed
sangeethah opened this issue Nov 28, 2017 · 1 comment
Assignees
Labels

Comments

@sangeethah
Copy link

sangeethah commented Nov 28, 2017

Should be allowed to create a k8s cluster by specifying only image parameter for all the service containers.

@sangeethah
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants