Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions asciidoc/components/system-upgrade-controller.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Before deploying the resource below, you *must* provide a valid `targets` config
+
[,bash]
----
kubectl apply -n fleet-local -f - <<EOF
kubectl apply -n fleet-default -f - <<EOF
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
Expand All @@ -116,7 +116,9 @@ EOF
+
[,bash]
----
kubectl get gitrepo system-upgrade-controller -n fleet-local
# Namespace will vary based on where you want to deploy SUC
kubectl get gitrepo system-upgrade-controller -n <fleet-local/fleet-default>

NAME REPO COMMIT BUNDLEDEPLOYMENTS-READY STATUS
system-upgrade-controller https://github.com/suse-edge/fleet-examples.git release-3.1.0 1/1
----
Expand Down Expand Up @@ -244,7 +246,9 @@ kubectl apply -f system-upgrade-controller-bundle.yaml
+
[,bash]
----
kubectl get bundle system-upgrade-controller -n fleet-local
# Namespace will vary based on where you want to deploy SUC
kubectl get bundle system-upgrade-controller -n <fleet-local/fleet-default>

NAME BUNDLEDEPLOYMENTS-READY STATUS
system-upgrade-controller 1/1
----
Expand Down
Loading