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 de3524a commit 4c3bb68Copy full SHA for 4c3bb68
e2e/kind.yaml
@@ -1,15 +1,12 @@
1
apiVersion: kind.x-k8s.io/v1alpha4
2
-networking:
3
- apiServerAddress: "127.0.0.1"
4
- apiServerPort: 6443
5
kind: Cluster
+#networking:
+# apiServerAddress: "127.0.0.1"
+# apiServerPort: 6443
6
nodes:
7
- role: control-plane
8
- role: worker
9
extraPortMappings:
10
- hostPort: 9001
11
containerPort: 9001
12
13
- extraPortMappings:
14
- - hostPort: 9002
15
- containerPort: 9002
tenants.yaml
@@ -0,0 +1,8 @@
+apiVersion: capsule.clastix.io/v1beta2
+kind: Tenant
+metadata:
+ name: solar
+spec:
+ owners:
+ - name: alice
+ kind: User
0 commit comments