-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: EXPERIMENTAL switch kubectl apply with kapp * feat: update e2e tests to include kapp run * chore: update to latest version of Go * feat: bump KFD version to 1.31.0, update on-premises installer reference, kubectl version reference * feat(on-premises): node labels and annotations - Add the possibilty to set labels and annotations for both the control-plane nodes and the regular nodes. - Added needed (optional) fields to the on-prem schema, with pattern validation. - Added logic to the ansible playbook to set the labels and annotations on the nodes, and also remove them when deleted from the furyctl.yaml file. Checking against the saved state. * docs(on-premises): improve node labels and annotations description * Apply suggestions from code review Co-authored-by: Riccardo Cannella <[email protected]> * fix: move calico namespace creation on manifests/networking, remove custom additional kapp arg from apply script * fix: apply script condition for kapp and gatekeeper apply * feat: adding echo to print which plugin we are installing * docs: add unreleased.md * feat(on-prem): bump installer to v1.31.4-rc.0 * chore: removing unneeded files * chore: removing unneded files x2 * chore: removing unneeded files x3 * chore: bump kapp to 0.64.0 (latest) Bump kapp to the latest version that got release while we were working on this feature * docs: add development faq docs * feat(kfd.yaml): use installer 1.31.4 final * fix(on-prem): prevent deleting label with default node role Prevent the deletion of the lables that set the node role (`control-plane` for the control-plane nodes and to `<node group name>` for the rest of the nodes). * feat(ci): update e2e tests for v1.31.0 - Update all e2e to use v1.31.0 (to be released) and test migration from 1.30.0 - Bump furyctl to v0.31.0-rc.0 * address comments * address comments * add docs about json patch * add some details about furyctl state * add more details about commands * chroe(ci): run e2e pipelines in paralel * docs: WIP update docs for release 1.31.0 * chore: remove unneeded files * docs: fixing linting * docs: update release doc with kapp infos * feat: remove wrong test, increase nodes on kind clusters * fix: add kapp ordering around Mutating and Validating webhook on AWS load balancer controller * fix: add kapp ordering around Mutating and Validating webhooks in gatekeeper deployment * chore: add more ignore folders on .gitignore --------- Co-authored-by: Manuel Romei <[email protected]> Co-authored-by: Ramiro Algozino <[email protected]> Co-authored-by: Riccardo Cannella <[email protected]> Co-authored-by: Alessio Dionisi <[email protected]>
- Loading branch information
1 parent
ad5f358
commit 75bb61f
Showing
39 changed files
with
589 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ vendor | |
|
||
go.work | ||
go.work.sum | ||
.envrc | ||
.envrc | ||
.local | ||
.furyctl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.