Skip to content

Commit

Permalink
external: remove replicated pool from json data
Browse files Browse the repository at this point in the history
csi pr get merged ceph/ceph-csi#4459
The csi PR removes the dependency of the pool parameter from the
rbd storage class if the topology pools are passed,
so removing them in the examples and making it optional

Signed-off-by: parth-gr <[email protected]>
  • Loading branch information
parth-gr committed Mar 27, 2024
1 parent 20d2461 commit b729de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/examples/create-external-cluster-resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,6 @@ def gen_json_out(self):
"TOPOLOGY_FAILURE_DOMAIN_VALUES"
],
"topologyPools": self.out_map["TOPOLOGY_POOLS"],
"pool": self.out_map["RBD_POOL_NAME"],
"csi.storage.k8s.io/provisioner-secret-name": f"rook-{self.out_map['CSI_RBD_PROVISIONER_SECRET_NAME']}",
"csi.storage.k8s.io/controller-expand-secret-name": f"rook-{self.out_map['CSI_RBD_PROVISIONER_SECRET_NAME']}",
"csi.storage.k8s.io/node-stage-secret-name": f"rook-{self.out_map['CSI_RBD_NODE_SECRET_NAME']}",
Expand Down

0 comments on commit b729de0

Please sign in to comment.