Mohamed Zaian
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
5 additions and
6 deletions
-
README.md
-
inventory/sample/group_vars/k8s_cluster/addons.yml
-
roles/kubernetes-apps/argocd/defaults/main.yml
-
roles/kubernetes-apps/argocd/tasks/main.yml
|
@ -154,7 +154,7 @@ Note: Upstart/SysV init based OS types are not supported. |
|
|
- [coredns](https://github.com/coredns/coredns) v1.8.6 |
|
|
- [coredns](https://github.com/coredns/coredns) v1.8.6 |
|
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.2.1 |
|
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.2.1 |
|
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 |
|
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 |
|
|
- [argocd](https://argoproj.github.io/) v2.1.6 |
|
|
|
|
|
|
|
|
- [argocd](https://argoproj.github.io/) v2.4.3 |
|
|
- [helm](https://helm.sh/) v3.8.2 |
|
|
- [helm](https://helm.sh/) v3.8.2 |
|
|
- [metallb](https://metallb.universe.tf/) v0.12.1 |
|
|
- [metallb](https://metallb.universe.tf/) v0.12.1 |
|
|
- [registry](https://github.com/distribution/distribution) v2.7.1 |
|
|
- [registry](https://github.com/distribution/distribution) v2.7.1 |
|
|
|
@ -123,7 +123,6 @@ ingress_publish_status_address: "" |
|
|
# - --default-ssl-certificate=default/foo-tls |
|
|
# - --default-ssl-certificate=default/foo-tls |
|
|
# ingress_nginx_termination_grace_period_seconds: 300 |
|
|
# ingress_nginx_termination_grace_period_seconds: 300 |
|
|
# ingress_nginx_class: nginx |
|
|
# ingress_nginx_class: nginx |
|
|
# ingress_nginx_webhook_enabled: false |
|
|
|
|
|
|
|
|
|
|
|
# ALB ingress controller deployment |
|
|
# ALB ingress controller deployment |
|
|
ingress_alb_enabled: false |
|
|
ingress_alb_enabled: false |
|
@ -210,10 +209,10 @@ metallb_speaker_enabled: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argocd_enabled: false |
|
|
argocd_enabled: false |
|
|
# argocd_version: v2.1.6 |
|
|
|
|
|
|
|
|
# argocd_version: v2.4.3 |
|
|
# argocd_namespace: argocd |
|
|
# argocd_namespace: argocd |
|
|
# Default password: |
|
|
# Default password: |
|
|
# - https://argoproj.github.io/argo-cd/getting_started/#4-login-using-the-cli |
|
|
|
|
|
|
|
|
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli |
|
|
# --- |
|
|
# --- |
|
|
# The initial password is autogenerated to be the pod name of the Argo CD API server. This can be retrieved with the command: |
|
|
# The initial password is autogenerated to be the pod name of the Argo CD API server. This can be retrieved with the command: |
|
|
# kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2 |
|
|
# kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2 |
|
|
|
@ -1,5 +1,5 @@ |
|
|
--- |
|
|
--- |
|
|
argocd_enabled: false |
|
|
argocd_enabled: false |
|
|
argocd_version: v2.1.6 |
|
|
|
|
|
|
|
|
argocd_version: v2.4.3 |
|
|
argocd_namespace: argocd |
|
|
argocd_namespace: argocd |
|
|
# argocd_admin_password: |
|
|
# argocd_admin_password: |
|
@ -2,7 +2,7 @@ |
|
|
- name: Kubernetes Apps | Install yq |
|
|
- name: Kubernetes Apps | Install yq |
|
|
become: yes |
|
|
become: yes |
|
|
get_url: |
|
|
get_url: |
|
|
url: "https://github.com/mikefarah/yq/releases/download/v4.11.2/yq_linux_amd64" |
|
|
|
|
|
|
|
|
url: "https://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_amd64" |
|
|
dest: "{{ bin_dir }}/yq" |
|
|
dest: "{{ bin_dir }}/yq" |
|
|
mode: '0755' |
|
|
mode: '0755' |
|
|
|
|
|
|
|
|