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

WML PVCs have empty storage class name #1180

Open
SalaryTheft opened this issue Jan 22, 2024 · 0 comments
Open

WML PVCs have empty storage class name #1180

SalaryTheft opened this issue Jan 22, 2024 · 0 comments

Comments

@SalaryTheft
Copy link

export CPD_PRIMARY_STORAGE_CLASS=nfs-client
export CPD_METADATA_STORAGE_CLASS=nfs-client
export CPD_SERVICE_STORAGE_CLASS=nfs-client

export CPD_INSTALL_PLATFORM="true"
...
export CPD_INSTALL_WML="true"
...
ansible-playbook ibm.mas_devops.oneclick_add_predict

I have found that WML etcd pods are not starting because of their volumes are not mounted.
It was happening due to data-wml-cpd-etcd-x PVCs have empty spec: storageClassName.

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
  name: data-wml-cpd-etcd-0
  namespace: ibm-cpd
  ...
spec:
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
      storage: 10Gi
  storageClassName: ''
  volumeMode: Filesystem
@SalaryTheft SalaryTheft changed the title WML PVCs has empty storage class name WML PVCs have empty storage class name Jan 22, 2024
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