Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 518 Bytes

03-Verify-Controllers.md

File metadata and controls

31 lines (23 loc) · 518 Bytes

Verify Controllers Installed

Retrieve the SourceControllers

flux get sources git

Retrieve the Kustomizations

flux get kustomizations

Verify the Deployed Repository Components

☁  flux-infra [main] tree
.
└── clusters
    └── dev
        └── flux-system
            ├── gotk-components.yaml
            ├── gotk-sync.yaml
            └── kustomization.yaml

Next: Create Source Controller