File tree Expand file tree Collapse file tree 4 files changed +47
-10
lines changed
docs/book/src/02_installation Expand file tree Collapse file tree 4 files changed +47
-10
lines changed Original file line number Diff line number Diff line change @@ -14,29 +14,29 @@ spec:
14
14
os : darwin
15
15
arch : amd64
16
16
{{addURIAndSha "https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/{{ .TagName }}/clusterctl-operator_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
17
- bin : clusterctl-operator
17
+ bin : bin/ clusterctl-operator
18
18
- selector :
19
19
matchLabels :
20
20
os : darwin
21
21
arch : arm64
22
22
{{addURIAndSha "https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/{{ .TagName }}/clusterctl-operator_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
23
- bin : clusterctl-operator
23
+ bin : bin/ clusterctl-operator
24
24
- selector :
25
25
matchLabels :
26
26
os : linux
27
27
arch : amd64
28
28
{{addURIAndSha "https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/{{ .TagName }}/clusterctl-operator_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
29
- bin : clusterctl-operator
29
+ bin : bin/ clusterctl-operator
30
30
- selector :
31
31
matchLabels :
32
32
os : linux
33
33
arch : arm64
34
34
{{addURIAndSha "https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/{{ .TagName }}/clusterctl-operator_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
35
- bin : clusterctl-operator
35
+ bin : bin/ clusterctl-operator
36
36
- selector :
37
37
matchLabels :
38
38
os : windows
39
39
arch : amd64
40
40
{{addURIAndSha "https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/{{ .TagName }}/clusterctl-operator_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
41
- bin : clusterctl-operator.exe
41
+ bin : bin/ clusterctl-operator.exe
42
42
Original file line number Diff line number Diff line change
1
+ # Installation
2
+
3
+ This section describes ` cluster-api-operator ` components installation instructions.
4
+
5
+ ## [ Plugin] ( ./01_plugin.md )
6
+
7
+ This document describes the plugin installation steps and prerequisites.
Original file line number Diff line number Diff line change
1
+ # Plugin installation
2
+
3
+ The ` cluster-api-operator ` plugin can be installed using krew, the kubectl plugin manager.
4
+
5
+ ## Prerequisites
6
+
7
+ [ krew] [ ] installed on your system. See the krew installation guide for instructions.
8
+
9
+ [ krew ] : [https://krew.sigs.k8s.io/docs/user-guide/setup/install/]
10
+
11
+ ## Steps
12
+
13
+ 1 . Add the cluster-api-operator plugin index to krew:
14
+ ``` bash
15
+ clusterctl krew index add operator https://github.com/kubernetes-sigs/cluster-api-operator.git
16
+ ```
17
+
18
+ 2 . Install the cluster-api-operator plugin:
19
+ ``` bash
20
+ clusterctl krew install operator/operator
21
+ ```
22
+
23
+ 3 . Verify the installation:
24
+ ``` bash
25
+ clusterctl operator
26
+ ```
27
+
28
+ This should print help information for the clusterctl operator plugin.
29
+
30
+ The ` cluster-api-operator ` plugin is now installed and ready to use with both ` kubectl ` and ` clusterctl ` .
Original file line number Diff line number Diff line change @@ -15,34 +15,34 @@ spec:
15
15
arch : amd64
16
16
uri : https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_darwin_amd64.tar.gz
17
17
sha256 : 98c1a85ff35cc0df1208c30fa2059cbc5a881d58ca13a4af5ca7f49e25fcb121
18
- bin : clusterctl-operator
18
+ bin : bin/ clusterctl-operator
19
19
- selector :
20
20
matchLabels :
21
21
os : darwin
22
22
arch : arm64
23
23
uri : https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_darwin_arm64.tar.gz
24
24
sha256 : 93e7f0e3a0fbd30f132b167eff8f4b5f30e2a0dcc4efdd638eeeb98cb2eb6038
25
- bin : clusterctl-operator
25
+ bin : bin/ clusterctl-operator
26
26
- selector :
27
27
matchLabels :
28
28
os : linux
29
29
arch : amd64
30
30
uri : https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_linux_amd64.tar.gz
31
31
sha256 : fe78cc5f7ca675b5d865e5fcea0176152e93044b40677814911e7d5546af227f
32
- bin : clusterctl-operator
32
+ bin : bin/ clusterctl-operator
33
33
- selector :
34
34
matchLabels :
35
35
os : linux
36
36
arch : arm64
37
37
uri : https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_linux_arm64.tar.gz
38
38
sha256 : 47e6fb9d9490baf4fe05506f3ba5c7c0905c34813e949a24484885771c36c66c
39
- bin : clusterctl-operator
39
+ bin : bin/ clusterctl-operator
40
40
- selector :
41
41
matchLabels :
42
42
os : windows
43
43
arch : amd64
44
44
uri : https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_windows_amd64.tar.gz
45
45
sha256 : 96e1a0bba6ccc61a7de15ec8c1c0a39c87510ed8a33c093c20e11923258f8668
46
- bin : clusterctl-operator.exe
46
+ bin : bin/ clusterctl-operator.exe
47
47
48
48
You can’t perform that action at this time.
0 commit comments