octicon-git-branch(16/) Commit Graph

34 Commits

Author SHA1 Message Date
Jonas Kello
ca480164b7 Merge branch 'main' into patch-1 2021-01-15 13:55:42 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Jonas Kello
714f9df3cf Link docs how to get zsh completion to work in getting-started
I tried to make completions work in zsh by just adding the same code as for the bash example but of course switching bash for zsh but it did not work. When I googled and dug deeper I finally found the answer in the deeper docs here:

https://github.com/fluxcd/flux2/blob/main/docs/cmd/flux_completion_zsh.md

The command in there works if I add it to my .zshrc file. I think linking to these specific docs may prevent others from just assuming it will work the same in zsh.

Signed-off-by: Jonas Kello <jonas.kello@gmail.com>
2021-01-15 13:17:29 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
a3b9c094b6 docs: styling of hint blocks
Signed-off-by: Hidde Beydals <hello@hidde.co>
2021-01-15 12:03:55 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
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>
2021-01-15 11:25:20 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Stefan Prodan
dcb505045e Add generated manifests to get started guide
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-01-08 17:46:00 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Somtochi Onyekwere
eba2dd36e0 Update getting started guide
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2021-01-08 14:46:49 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Aurel Canciu
d15b0107e4 Fix list parsing issue in the docs
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
2020-12-04 16:31:18 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Aurel Canciu
c1f209c7a5 Add information about the AUR packages to docs
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
2020-12-04 16:01:33 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Stefan Prodan
e4c701864a Update bootstrap docs to match v0.2
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2020-10-30 18:10:59 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Michael Bridgen
5e96cec95b Replace GitOps Toolkit in docs
This replaces most mentions of "GitOps Toolkit" and "toolkit" with
"Flux". I have adopted the style of using "Flux v2" in the first
mention, and thereafter just "Flux".

Signed-off-by: Michael Bridgen <michael@weave.works>
2020-10-29 17:11:23 +00:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
0bf52f4746 Change fluxcd/toolkit to fluxcd/flux2
Signed-off-by: Hidde Beydals <hello@hidde.co>
2020-10-29 16:31:32 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
e2752e4508 Rename gotk binary to flux
Signed-off-by: Hidde Beydals <hello@hidde.co>
2020-10-29 16:25:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
9916a53761 Rename gotk-system namespace to flux-system
Signed-off-by: Hidde Beydals <hello@hidde.co>
2020-10-29 16:25:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Stefan Prodan
a8b667780a Add Windows OS to CLI install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2020-10-17 14:05:17 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Nanik
7dc8aa66a6 Add ARM instruction under staging and production bootstrap 2020-10-14 07:44:16 +11:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
c0623334ee Update guide to include column output commands 2020-10-05 18:11:01 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
0e52065893 Change the bootstrap default branch to main 2020-10-01 21:47:33 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
ff6a1c14be Rename 'gitops-system' namespace to 'gotk-system'
To align with the project name, and the group introduced in #236.
2020-09-30 22:32:26 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
101e7bbce0 Add support for ARMv7 2020-09-21 10:37:55 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
leigh capili
cbcdfc5f6c Support bash, fish, zsh, and powershell shell completions as separate sub-commands 2020-09-14 16:35:55 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
ca1f84d22b Publish Homebrew formula 2020-09-07 11:41:06 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
1b55ead16e Add ARM64 to install docs and script 2020-09-04 15:10:42 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Hidde Beydals
22624ae4d5 Rename tk binary to gotk
To avoid conflicts with the `tk` binary from the Tanka project.
2020-09-01 11:33:49 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
5254dca9d9 Add Helm repository cmd docs 2020-07-21 10:42:05 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
aaad618e20 Rename kustomization arg from validate to validation
Fix `tk create kustomization` command args inconsistency with the Kustomize API
2020-07-20 15:10:33 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
394227571f Rename sync cmd to reconcile 2020-07-14 11:45:15 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
229d1d8c6e Add notifications guide 2020-07-02 14:51:28 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
da95b7559d Add cluster creation commands to docs 2020-06-22 14:02:34 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
041b475f49 Add workflow overview to get started guide 2020-06-22 11:23:34 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
c0a8604f90 Add production workflow to docs 2020-06-19 20:22:24 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
0935a637f9 Add prerequisites check to docs 2020-06-19 17:37:24 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
9ffe908c66 Add docs intro 2020-06-19 17:00:10 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
5074ff2889 Add install script to website 2020-06-19 14:36:54 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
stefanprodan
c1d7582461 Add get started guide 2020-06-18 21:26:31 +03:00 octicon-file-diff(16/) octicon-file-code(16/)