-
- Downloads
Deprecate arch flags in favor of multi-arch images
This commit deprecates the architecture flag (`--arch`) for the install
and bootstrap commands, in favor of the bundled multi-arch images that
will be available for the next MINOR range of GOTK controller releases.
Summary of changes:
* `*Arch` variables have been marked as deprecated for both commands.
* `-arm64` suffix is no longer selectively added to the image definition
of a component's `Deployment`.
* `kubernetes.io/arch` node selector with the defined value has been
removed from the components' `Deployment`s.
* `Arch` has been removed from the available `Options` in
`manifestgen/install`.
* Documentation references have been changed to highlight existence
of multi-arch images and supported architectures.
Signed-off-by:
Hidde Beydals <hello@hidde.co>
Showing
- cmd/flux/bootstrap.go 2 additions, 2 deletionscmd/flux/bootstrap.go
- cmd/flux/install.go 3 additions, 3 deletionscmd/flux/install.go
- docs/cmd/flux_bootstrap.md 0 additions, 1 deletiondocs/cmd/flux_bootstrap.md
- docs/cmd/flux_bootstrap_github.md 0 additions, 1 deletiondocs/cmd/flux_bootstrap_github.md
- docs/cmd/flux_bootstrap_gitlab.md 0 additions, 1 deletiondocs/cmd/flux_bootstrap_gitlab.md
- docs/cmd/flux_install.md 0 additions, 1 deletiondocs/cmd/flux_install.md
- docs/get-started/index.md 4 additions, 4 deletionsdocs/get-started/index.md
- docs/guides/installation.md 4 additions, 4 deletionsdocs/guides/installation.md
- pkg/manifestgen/install/options.go 0 additions, 2 deletionspkg/manifestgen/install/options.go
- pkg/manifestgen/install/templates.go 0 additions, 6 deletionspkg/manifestgen/install/templates.go
Loading
Please register or sign in to comment