This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
контроллер_argocd [2026/03/17 09:17] val |
контроллер_argocd [2026/03/17 13:27] (current) val [Развертывание множества приложений через ApplicationSet] |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| kube1:~# kubectl create namespace argocd | kube1:~# kubectl create namespace argocd | ||
| - | kube1:~# kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml | + | kube1:~# ###kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml |
| kube1:~# kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.2/manifests/install.yaml | kube1:~# kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.2/manifests/install.yaml | ||
| Line 103: | Line 103: | ||
| # tag: "ver1.2" | # tag: "ver1.2" | ||
| # env: | # env: | ||
| - | # SECRET: "strongpassword2" | + | # VARIABLE: "value" |
| # valueFiles: | # valueFiles: | ||
| - | # - ../apps/gowebd/values.yaml | + | # - ../apps/htwebd/values.yaml |
| # - ../env.yaml | # - ../env.yaml | ||
| Line 191: | Line 191: | ||
| syncOptions: | syncOptions: | ||
| - CreateNamespace=true | - CreateNamespace=true | ||
| + | </code><code> | ||
| + | kube1:~/webd-k8s# kubectl apply -f argocd/application-s.yaml | ||
| + | |||
| + | kube1:~/webd-k8s# kubectl get ApplicationSet -n argocd -o yaml | less | ||
| </code> | </code> | ||