Skip to content

Commit 74e8ded

Browse files
committed
Don't explain how to install Crossplane in comprevs docs
We have a page for that. It's assumed it's installed everywhere else. Signed-off-by: Nic Cope <[email protected]>
1 parent 1d4e24d commit 74e8ded

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

content/v2.0-preview/composition/composition-revisions.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,6 @@ resource and continues with creating multiple XRs to observe different upgrade p
129129
assign different CompositionRevisions to the created composite resources each time the composition is updated.
130130

131131
### Preparation
132-
##### Install Crossplane
133-
Install Crossplane v1.11.0 or later and wait until the Crossplane pods are running.
134-
```shell
135-
kubectl create namespace crossplane-system
136-
helm repo add crossplane-master https://charts.crossplane.io/master/
137-
helm repo update
138-
helm install crossplane --namespace crossplane-system crossplane-master/crossplane --devel --version 1.11.0-rc.0.108.g0521c32e
139-
kubectl get pods -n crossplane-system
140-
```
141-
Expected Output:
142-
```shell
143-
NAME READY STATUS RESTARTS AGE
144-
crossplane-7f75ddcc46-f4d2z 1/1 Running 0 9s
145-
crossplane-rbac-manager-78bd597746-sdv6w 1/1 Running 0 9s
146-
```
147132

148133
#### Deploy Composition and XRD Examples
149134
Apply the example Composition.
@@ -236,6 +221,7 @@ Create an XR without a `compositionUpdatePolicy` defined. The update policy is `
236221
apiVersion: aws.example.upbound.io/v1alpha1
237222
kind: MyVPC
238223
metadata:
224+
namespace: default
239225
name: vpc-auto
240226
spec:
241227
id: vpc-auto
@@ -251,6 +237,7 @@ Create a Composite Resource with `compositionUpdatePolicy: Manual` and `composit
251237
apiVersion: aws.example.upbound.io/v1alpha1
252238
kind: MyVPC
253239
metadata:
240+
namespace: default
254241
name: vpc-man
255242
spec:
256243
id: vpc-man
@@ -271,6 +258,7 @@ Create an XR with a `compositionRevisionSelector` of `channel: dev`:
271258
apiVersion: aws.example.upbound.io/v1alpha1
272259
kind: MyVPC
273260
metadata:
261+
namespace: default
274262
name: vpc-dev
275263
spec:
276264
id: vpc-dev
@@ -289,6 +277,7 @@ Create an XR with a `compositionRevisionSelector` of `channel: staging`:
289277
apiVersion: aws.example.upbound.io/v1alpha1
290278
kind: MyVPC
291279
metadata:
280+
namespace: default
292281
name: vpc-staging
293282
spec:
294283
id: vpc-staging

0 commit comments

Comments
 (0)