Skip to content

Commit 1a9cf87

Browse files
authored
Fix fleet workspaces (#458)
1 parent d42e357 commit 1a9cf87

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

asciidoc/components/system-upgrade-controller.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Before deploying the resource below, you *must* provide a valid `targets` config
9494
+
9595
[,bash]
9696
----
97-
kubectl apply -n fleet-local -f - <<EOF
97+
kubectl apply -n fleet-default -f - <<EOF
9898
apiVersion: fleet.cattle.io/v1alpha1
9999
kind: GitRepo
100100
metadata:
@@ -116,7 +116,9 @@ EOF
116116
+
117117
[,bash]
118118
----
119-
kubectl get gitrepo system-upgrade-controller -n fleet-local
119+
# Namespace will vary based on where you want to deploy SUC
120+
kubectl get gitrepo system-upgrade-controller -n <fleet-local/fleet-default>
121+
120122
NAME REPO COMMIT BUNDLEDEPLOYMENTS-READY STATUS
121123
system-upgrade-controller https://github.com/suse-edge/fleet-examples.git release-3.1.0 1/1
122124
----
@@ -244,7 +246,9 @@ kubectl apply -f system-upgrade-controller-bundle.yaml
244246
+
245247
[,bash]
246248
----
247-
kubectl get bundle system-upgrade-controller -n fleet-local
249+
# Namespace will vary based on where you want to deploy SUC
250+
kubectl get bundle system-upgrade-controller -n <fleet-local/fleet-default>
251+
248252
NAME BUNDLEDEPLOYMENTS-READY STATUS
249253
system-upgrade-controller 1/1
250254
----

0 commit comments

Comments
 (0)