We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bc5ce commit 69d272eCopy full SHA for 69d272e
hack/local-dev.sh
@@ -206,6 +206,23 @@ spec:
206
mountPath: /var/run/docker.sock
207
EOF
208
209
+# Create Cluster resource for platform
210
+kubectl apply -f - << EOF
211
+apiVersion: clusters.openmcp.cloud/v1alpha1
212
+kind: Cluster
213
+metadata:
214
+ annotations:
215
+ kind.clusters.openmcp.cloud/name: ${OPENMCP_PLATFORM_NAME}
216
+ name: platform
217
+ namespace: openmcp-system
218
+spec:
219
+ kubernetes: {}
220
+ profile: kind
221
+ purposes:
222
+ - platform
223
+ tenancy: Shared
224
+EOF
225
+
226
# Install Service Provider Crossplane
227
kubectl apply -f - << EOF
228
apiVersion: openmcp.cloud/v1alpha1
0 commit comments