You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Fix and improve acorn login validation check (#922)
- Add --skip-checks as an escape hatch for trying to authenticate during `acorn login
- Rename `acorn install --checks` to `acorn install --skip-checks` for symmetry
- Fix the check itself so that authing against quay.io works (by removing the pull/push scopes from the authentication call)
- Move the check server side
Signed-off-by: Joshua Silverio <joshua@acorn.io>
Signed-off-by: Craig Jellick <craig@acorn.io>
Co-authored-by: Craig Jellick <craig@acorn.io>
Copy file name to clipboardExpand all lines: docs/docs/100-reference/01-command-line/acorn_install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ acorn install
23
23
--acorn-dns-endpoint string The URL to access the Acorn DNS service
24
24
--api-server-replicas int acorn-api deployment replica count
25
25
--auto-upgrade-interval string For apps configured with automatic upgrades enabled, the interval at which to check for new versions. Upgrade intervals configured at the application level cannot be smaller than this. (default '5m' - 5 minutes)
26
-
--checks Disable preflight checks with --checks=false
27
26
--cluster-domain strings The externally addressable cluster domain (default .on-acorn.io)
28
27
--controller-replicas int acorn-controller deployment replica count
29
28
--default-publish-mode string If no publish mode is set default to this value (default user)
@@ -37,6 +36,7 @@ acorn install
37
36
-o, --output string Output manifests instead of applying them (json, yaml)
38
37
--pod-security-enforce-profile string The name of the PodSecurity profile to set (default baseline)
39
38
--set-pod-security-enforce-profile Set the PodSecurity profile on created namespaces (default true)
0 commit comments