Skip to content

Commit

Permalink
update xplane compositions
Browse files Browse the repository at this point in the history
  • Loading branch information
aghilish committed Feb 5, 2024
1 parent 0163360 commit 8474fa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/templating/crossplane-compositions.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ kubectl apply --filename composition.yaml

### create infra namespace
```
kubectl create ns infra
kubectl create namespace a-team
```


### apply claim

```
kubectl apply --filename a-team-gke/claim.yaml -n infra
kubectl apply --filename a-team-gke/claim.yaml -n a-team
```

### verify resources
Expand All @@ -137,7 +137,7 @@ kubectl get clusters,nodepools

### access the GKE cluster
```
kubectl --namespace infra \
kubectl --namespace a-team \
get secret a-team-gke-cluster \
--output jsonpath="{.data.kubeconfig}" \
| base64 -d \
Expand All @@ -155,5 +155,5 @@ kubectl get namespaces

```
unset KUBECONFIG
kubectl delete -n infra --filename a-team-gke/claim.yaml
kubectl delete -n a-team --filename a-team/claim.yaml
```

0 comments on commit 8474fa9

Please sign in to comment.