ceph / ceph-container

Docker files and images to run Ceph in containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ceph-container/examples/kubernetes/gke/README.md is old - those instructions dont work anymore.

palladius opened this issue · comments

Hi, I've tried to follow the insrtuctions on th READMe which is a couple of years old.

I started receiving warning and errors at cluster creations - no probs.
I've installed all the needed.
When I started to do kubectl apply, I found the number of errors was superior to what i could cope with.

I wonder if someone from core team feels like refreshing the docs.

Some errors I got:

$ kubectl create -f ceph-mon-v1-svc.yaml # all good
$ kubectl create -f -f ceph-mon-v1-dp.yaml # problems

ERR!: no matches for kind "Deployment" in version "extensions/v1beta1

Found a working deployment, and in fact apps/v1 works. Good.

 kubectl create -f ceph-mon-v1-dp.yaml 

error: error validating "ceph-mon-v1-dp.yaml": error validating data: ValidationError(Deployment.spec): missing required field "selector" in io.k8s.api.apps.v1.DeploymentSpec; if you choose to ignore these errors, turn validation off with --validate=false

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.