User Tools

Site Tools


контроллер_argocd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
контроллер_argocd [2024/03/08 14:30]
val [Управление приложениями через kubectl]
контроллер_argocd [2024/03/16 11:22] (current)
val [Управление приложениями через kubectl]
Line 15: Line 15:
 cmder$ kubectl port-forward svc/​argocd-server -n argocd 8080:443 cmder$ kubectl port-forward svc/​argocd-server -n argocd 8080:443
  
-student@kube1:~kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="​{.data.password}"​ | base64 -d; echo+kube1:~kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="​{.data.password}"​ | base64 -d; echo
 </​code>​ </​code>​
  
Line 60: Line 60:
 ===== Управление приложениями через kubectl ===== ===== Управление приложениями через kubectl =====
  
-  * [[https://​argo-cd.readthedocs.io/​en/​release-1.8/​user-guide/​private-repositories/#​managing-tls-certificates-using-the-argocd-web-ui#Managing TLS certificates using the ArgoCD web UI]]+  * [[https://​argo-cd.readthedocs.io/​en/​release-1.8/​user-guide/​private-repositories/#​managing-tls-certificates-using-the-argocd-web-ui|Managing TLS certificates using the ArgoCD web UI]]
  
 <​code>​ <​code>​
Line 80: Line 80:
 #    helm: #    helm:
 #      valuesObject:​ #      valuesObject:​
 +#        replicaCount:​ 3
 +#        image:
 +#          tag: "​ver1.1"​
 #        REALM_NAME: "​corp"​ #        REALM_NAME: "​corp"​
  
контроллер_argocd.1709897418.txt.gz · Last modified: 2024/03/08 14:30 by val