diff --git a/config/cso/cluster.yaml b/config/cso/cluster.yaml index dc88c05f8..fe4ba6451 100644 --- a/config/cso/cluster.yaml +++ b/config/cso/cluster.yaml @@ -11,7 +11,7 @@ spec: cidrBlocks: ["192.168.0.0/16"] serviceDomain: "cluster.local" topology: - class: docker-ferrol-1-27-v1 + class: docker-ferrol-1-27-v2 controlPlane: metadata: {} replicas: 1 diff --git a/config/cso/clusterstack.yaml b/config/cso/clusterstack.yaml index 75432b07d..035e059d2 100644 --- a/config/cso/clusterstack.yaml +++ b/config/cso/clusterstack.yaml @@ -11,4 +11,4 @@ spec: autoSubscribe: false noProvider: true versions: - - v1 \ No newline at end of file + - v2 \ No newline at end of file diff --git a/docs/develop/develop.md b/docs/develop/develop.md index b4622d3aa..ddc6fdb85 100644 --- a/docs/develop/develop.md +++ b/docs/develop/develop.md @@ -18,7 +18,7 @@ Operator development requires a lot of iteration, and the “build, tag, push, u ```shell make tilt-up ``` -> To access the Tilt UI please go to: `http://localhost:10350` +> To access the Tilt UI please go to: `http://localhost:10351` You should make sure that everything in the UI looks green. If not, e.g. if the clusterstack has not been synced, you can trigger the Tilt workflow again. In case of the clusterstack button this might be necessary, as it cannot be applied right after startup of the cluster and fails. Tilt unfortunately does not include a waiting period. diff --git a/hack/kind-dev.sh b/hack/kind-dev.sh index 0e79539ed..7c5937e25 100755 --- a/hack/kind-dev.sh +++ b/hack/kind-dev.sh @@ -44,6 +44,9 @@ kindV1Alpha4Cluster: nodes: - role: control-plane image: kindest/node:${CLUSTER_VERSION} + extraMounts: + - hostPath: /var/run/docker.sock + containerPath: /var/run/docker.sock networking: podSubnet: "10.244.0.0/16" serviceSubnet: "10.96.0.0/12"