File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ flux create image policy podinfo \
91
91
--export > ./clusters/my-cluster/podinfo-policy.yaml
92
92
```
93
93
94
- Then deploy the ` ImageRepository ` and ` ImagePolicy `
94
+ Then deploy the ` ImageRepository ` and ` ImagePolicy `
95
95
96
96
``` bash
97
97
git add -A && \
Original file line number Diff line number Diff line change @@ -83,6 +83,31 @@ Update repo
83
83
helm repo update
84
84
```
85
85
86
+ Create our namespace
87
+
88
+ ``` bash
89
+ kubectl create namespace traefik
90
+ ```
91
+
92
+ Get all namespaces
93
+
94
+ ``` bash
95
+ kubectl get namespaces
96
+ ```
97
+
98
+ We should see
99
+
100
+ ``` console
101
+ NAME STATUS AGE
102
+ cert-manager Active 12s
103
+ default Active 21h
104
+ kube-node-lease Active 21h
105
+ kube-public Active 21h
106
+ kube-system Active 21h
107
+ metallb-system Active 21h
108
+ traefik Active 12s
109
+ ```
110
+
86
111
Install traefik
87
112
88
113
``` bash
@@ -266,7 +291,6 @@ From `issuers` folder
266
291
267
292
``` bash
268
293
kubectl apply -f secret-cf-token.yaml
269
- kubectl apply -f secret-cf-email.yaml
270
294
```
271
295
272
296
Apply staging ` ClusterIssuer `
You can’t perform that action at this time.
0 commit comments