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

set the storage class or require the default storage class be exist #587

Open
nobody4t opened this issue Jan 21, 2022 · 0 comments
Open

Comments

@nobody4t
Copy link
Contributor

The doc here does not set the storage class and default value for console storage class name is default which is not good. This will cause pvc pending when to create console.

solution:

  1. update the example to set the storage class name in playbook.
    or
  2. state that the default storage class should exist or should set with command:
oc annotate sc StorageClassName storageclass.kubernetes.io/is-default-class=true
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

1 participant