feat/local-setup #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/local-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +24,4 @@@echo "Foundation handed off to ArgoCD."@echo " UI: kubectl -n $(ARGOCD_NS) port-forward svc/argocd-server 8080:80"@echo " Watch: kubectl -n $(ARGOCD_NS) get applications -w"@echo " Admin pwd: kubectl -n $(ARGOCD_NS) get secret argocd-cluster -o jsonpath='{.data.admin\\.password}' | base64 -d"" Admin pwd: kubectl -n $(ARGOCD_NS) get secret argocd-cluster -o jsonpath='{.data.admin\.password}' | base64 -d ; echo"
To avoid the % appears
No echo:
With echo:
My setup:
solved in !3 (commit
22b635d6e6)@ -0,0 +1,19 @@# Local single-node-cluster overlay for apisix/base.## Patches the etcd-apisix Etcd CR:# - replicas: 3 -> 1 (HA can't schedule on one node)This comment does not match the content below
@ -0,0 +2,4 @@## Patches the etcd-apisix Etcd CR:# - replicas: 3 -> 1 (HA can't schedule on one node)# - storageClass: csi-disk -> local-path (k3s / orbstack default)This comment does not match the content below.
It would also make sense to add a default kcp workspace creation. These are mentioned in different parts of the project, but it is not clear when and by whom they should be set up.
I mean root:orgs and others:
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.