Skip to content

Commit

Permalink
update readme, cleanup flux resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lefeverd committed Dec 24, 2023
1 parent 853c04d commit fe221b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,14 @@ Had issues with some CRD's, so needed to trigger :
`kubectl apply --server-side --force-conflicts -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/operator-crds.yaml`

Then redo `kubectl replace -f tigera-operator.yaml`.

## 2023-12 Upgrade flux

Followed https://fluxcd.io/flux/installation/upgrade/#upgrade-with-git :

```
flux install --export > ./cluster/flux/flux-system/gotk-components.yaml
```

Commit and wait for sync.
Then, upgrade manifests by following https://github.com/fluxcd/flux2/releases/tag/v2.0.0.
31 changes: 0 additions & 31 deletions cluster/flux/flux-system/flux-installation.yaml

This file was deleted.

1 change: 0 additions & 1 deletion cluster/flux/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
#- flux-installation.yaml
- gotk-components.yaml
- gotk-sync.yaml

0 comments on commit fe221b8

Please sign in to comment.