Merge branch 'Update-CLI-docs' of https://github.com/kakabisht/fleet-docs into Update-CLI-docs

This commit is contained in:
hridyesh bisht 2025-07-15 13:20:40 +05:30
commit fc1cfa7d77
No known key found for this signature in database
GPG Key ID: 7E30EC522B3FCFBB
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ fleet \--version
# Install Fleet in Your Cluster
Fleet needs to be installed in the Kubernetes cluster using Helm. By default, the controller runs in the cattle-fleet-system namespace.
Fleet needs to be installed in the Kubernetes cluster using Helm. By default, the controller runs in the `cattle-fleet-system` namespace.
### Step 1: Install Fleet in the Cluster
@ -118,7 +118,7 @@ This creates a Bundle resource named `nginx-bundle`, `deployments` and `services
### How fleet apply Works
If you run fleet apply, the Fleet CLI packages the local content , including `manifests`, `charts`, and `fleet.yaml`. Then creates a Kubernetes Bundle custom resource (CR) in your cluster.
If you run `fleet apply`, the Fleet CLI packages the local content , including `manifests`, `charts`, and `fleet.yaml`. Then creates a Kubernetes Bundle custom resource (CR) in your cluster.
The Fleet controller then performs the following steps: