You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/cmd/flux
Hidde Beydals 207c50ceac 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>
4 years ago
..
bootstrap.go Deprecate arch flags in favor of multi-arch images 4 years ago
bootstrap_github.go Add git implementation to generate sync options 4 years ago
bootstrap_gitlab.go Update pkg/git to v0.2.2 4 years ago
check.go Support check command with multiple config files 4 years ago
completion.go Rename `gotk` binary to `flux` 4 years ago
completion_bash.go Rename `gotk` binary to `flux` 4 years ago
completion_fish.go Rename `gotk` binary to `flux` 4 years ago
completion_powershell.go Rename `gotk` binary to `flux` 4 years ago
completion_zsh.go Fix zsh completion command example 4 years ago
create.go Rename asRuntime* -> asClient* 4 years ago
create_alert.go Refactor to adopt k8s standardized Condition type 4 years ago
create_alertprovider.go Refactor to adopt k8s standardized Condition type 4 years ago
create_helmrelease.go Add service account arg to create commands 4 years ago
create_image.go Rename "auto" subcommands to "image" 4 years ago
create_image_policy.go Factor out upsert and upsertAndWait 4 years ago
create_image_repository.go Factor out upsert and upsertAndWait 4 years ago
create_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
create_kustomization.go Add safe guards for relative paths 4 years ago
create_receiver.go Refactor to adopt k8s standardized Condition type 4 years ago
create_secret.go Map ecdsa/ed25519 args to create secret 4 years ago
create_secret_git.go Add create secret helm command 4 years ago
create_secret_helm.go Add create secret helm command 4 years ago
create_source.go Rename `gotk` binary to `flux` 4 years ago
create_source_bucket.go Add labels to generated secrets 4 years ago
create_source_git.go Map ecdsa/ed25519 args to create secret 4 years ago
create_source_helm.go Add labels to generated secrets 4 years ago
create_tenant.go Fix tenant service account binding 4 years ago
delete.go Rename asRuntime* -> asClient* 4 years ago
delete_alert.go Add a --context option 4 years ago
delete_alertprovider.go Add a --context option 4 years ago
delete_helmrelease.go Add a --context option 4 years ago
delete_image.go Rename "auto" subcommands to "image" 4 years ago
delete_image_policy.go Factor out upsert and upsertAndWait 4 years ago
delete_image_repository.go Factor out upsert and upsertAndWait 4 years ago
delete_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
delete_kustomization.go Add a --context option 4 years ago
delete_receiver.go Add a --context option 4 years ago
delete_source.go Rename `gotk` binary to `flux` 4 years ago
delete_source_bucket.go Add a --context option 4 years ago
delete_source_git.go Add a --context option 4 years ago
delete_source_helm.go Add a --context option 4 years ago
export.go Rename asRuntime* -> asClient* 4 years ago
export_alert.go Add a --context option 4 years ago
export_alertprovider.go Add a --context option 4 years ago
export_helmrelease.go Add a --context option 4 years ago
export_image.go Rename "auto" subcommands to "image" 4 years ago
export_image_policy.go Rename "auto" subcommands to "image" 4 years ago
export_image_repository.go Rename "auto" subcommands to "image" 4 years ago
export_image_updateauto.go Rename "auto" subcommands to "image" 4 years ago
export_kustomization.go Add a --context option 4 years ago
export_receiver.go Add a --context option 4 years ago
export_source.go Rename `gotk` binary to `flux` 4 years ago
export_source_bucket.go Add a --context option 4 years ago
export_source_git.go Add a --context option 4 years ago
export_source_helm.go Add a --context option 4 years ago
get.go Rename asRuntime* -> asClient* 4 years ago
get_alert.go Add suspend status to get sources commands 4 years ago
get_alertprovider.go Refactor to adopt k8s standardized Condition type 4 years ago
get_helmrelease.go Add suspend status to get sources commands 4 years ago
get_image.go Rename "auto" subcommands to "image" 4 years ago
get_image_policy.go Factor out upsert and upsertAndWait 4 years ago
get_image_repository.go Factor out upsert and upsertAndWait 4 years ago
get_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
get_kustomization.go Add suspend status to get sources commands 4 years ago
get_receiver.go Add suspend status to get sources commands 4 years ago
get_source.go Rename `gotk` binary to `flux` 4 years ago
get_source_bucket.go Add suspend status to get sources commands 4 years ago
get_source_chart.go Add suspend status to get sources commands 4 years ago
get_source_git.go Add suspend status to get sources commands 4 years ago
get_source_helm.go Add suspend status to get sources commands 4 years ago
image.go Rename asRuntime* -> asClient* 4 years ago
install.go Deprecate arch flags in favor of multi-arch images 4 years ago
log.go Log to stderr 4 years ago
main.go Log to stderr 4 years ago
object.go Rename asRuntime* -> asClient* 4 years ago
reconcile.go Rename asRuntime* -> asClient* 4 years ago
reconcile_alert.go Do not try to reconcile a suspended object 4 years ago
reconcile_alertprovider.go Add a --context option 4 years ago
reconcile_helmrelease.go Do not try to reconcile a suspended object 4 years ago
reconcile_image.go Rename "auto" subcommands to "image" 4 years ago
reconcile_image_repository.go Factor out upsert and upsertAndWait 4 years ago
reconcile_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
reconcile_kustomization.go Do not try to reconcile a suspended object 4 years ago
reconcile_receiver.go Do not try to reconcile a suspended object 4 years ago
reconcile_source.go Rename `gotk` binary to `flux` 4 years ago
reconcile_source_bucket.go Do not try to reconcile a suspended object 4 years ago
reconcile_source_git.go Do not try to reconcile a suspended object 4 years ago
reconcile_source_helm.go Do not try to reconcile a suspended object 4 years ago
resume.go Rename asRuntime* -> asClient* 4 years ago
resume_alert.go Refactor to adopt k8s standardized Condition type 4 years ago
resume_helmrelease.go Add resume source commands 4 years ago
resume_image.go Rename "auto" subcommands to "image" 4 years ago
resume_image_repository.go Factor out upsert and upsertAndWait 4 years ago
resume_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
resume_kustomization.go Add resume source commands 4 years ago
resume_receiver.go Refactor to adopt k8s standardized Condition type 4 years ago
resume_source.go Add resume source commands 4 years ago
resume_source_bucket.go Add resume source commands 4 years ago
resume_source_chart.go Add resume source commands 4 years ago
resume_source_git.go Add resume source commands 4 years ago
resume_source_helm.go Add resume source commands 4 years ago
status.go Rename asRuntime* -> asClient* 4 years ago
suspend.go Rename asRuntime* -> asClient* 4 years ago
suspend_alert.go Add a --context option 4 years ago
suspend_helmrelease.go Add a --context option 4 years ago
suspend_image.go Rename "auto" subcommands to "image" 4 years ago
suspend_image_repository.go Factor out upsert and upsertAndWait 4 years ago
suspend_image_updateauto.go Factor out upsert and upsertAndWait 4 years ago
suspend_kustomization.go Add a --context option 4 years ago
suspend_receiver.go Add a --context option 4 years ago
suspend_source.go Add suspend source commands 4 years ago
suspend_source_bucket.go Add suspend source commands 4 years ago
suspend_source_chart.go Add suspend source commands 4 years ago
suspend_source_git.go Add suspend source commands 4 years ago
suspend_source_helm.go Add suspend source commands 4 years ago
uninstall.go Set kubecontext and kubeconfig for kubectl exec 4 years ago