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

Some prerequisite step missing for "./activate-namespace.sh default" #2

Open
blsaws opened this issue Oct 19, 2017 · 1 comment
Open

Comments

@blsaws
Copy link

blsaws commented Oct 19, 2017

Some prerequisite step is missing in https://github.com/att/netarbiter/blob/master/sds/ceph-docker/examples/helm/README.md, as the command below results in this error.

./activate-namespace.sh default

  • kube_namespace=default
  • cat
  • kubectl create --namespace default -f -
    ++ kubectl get secret pvc-ceph-conf-combined-storageclass --namespace=ceph -o json
    ++ jq -r '.data | .[]'
    Error from server (NotFound): secrets "pvc-ceph-conf-combined-storageclass" not found
@knowpd
Copy link
Collaborator

knowpd commented Oct 19, 2017

Please check that you have a secret named "pvc-ceph-conf-combined-storageclass" by:
kubectl get secret -n ceph

This secret is supposed to be created in your previous step as follows:
./helm-install-ceph.sh ceph 172.31.0.0/20 172.31.0.0/20

If the secret is missing, it means this previous step has an issue.

Hee Won

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

No branches or pull requests

2 participants