openstack integrator ignore-volume-az not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CDK Addons |
Fix Committed
|
Medium
|
George Kraft | ||
Kubernetes Control Plane Charm |
Fix Committed
|
Medium
|
George Kraft |
Bug Description
Hi,
I have a Openstack env with 3 Nova AZs and 1 Cinder AZ (nova).
i set the flag to ignore this topology
juju config openstack-
true
according to the documentation this should be enough but all the claims are failing
kubectl get sc
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPA
cdk-cinder (default) cinder.
kubectl describe sc
Name: cdk-cinder
IsDefaultClass: Yes
Annotations: juju.io/
,storageclass.
Provisioner: cinder.
Parameters: <none>
AllowVolumeExpa
MountOptions: <none>
ReclaimPolicy: Delete
VolumeBindingMode: Immediate
Events: <none>
kubectl describe pvc
Name: testclaim
Namespace: default
StorageClass: cdk-cinder
Status: Pending
Volume:
Labels: <none>
Annotations: volume.
Finalizers: [kubernetes.
Capacity:
Access Modes:
VolumeMode: Filesystem
Used By: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal ExternalProvisi
Normal Provisioning 9s (x5 over 23s) cinder.
Warning ProvisioningFailed 9s (x5 over 22s) cinder.
infact i can see all k8s nodes have topology.
i can play with nodes label but when adding/
kubectl label node juju-906979-k8s-10 topology.
it looks like something already reported in https:/
i'm using charm ~containers/
Changed in cdk-addons: | |
importance: | Undecided → Medium |
status: | New → Triaged |
no longer affects: | charm-openstack-integrator |
Changed in charm-kubernetes-master: | |
milestone: | none → 1.27+ck2 |
Changed in cdk-addons: | |
milestone: | none → 1.27+ck2 |
Changed in charm-kubernetes-master: | |
milestone: | 1.27+ck2 → 1.29 |
Changed in cdk-addons: | |
milestone: | 1.27+ck2 → 1.29 |
Hi, extra comment cloud-controlle r-manager: v1.22.0
that charm pulled
openstack-
I just saw upstream has v1.23 and v1.23.1, thus release notes do not mention anything related to AZ.