Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
2af91813
Unverified
Commit
2af91813
authored
2 years ago
by
Mohamed Zaian
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update kubernetes dashboard to 2.7.0 (k8s 1.25 support) (#9425)
parent
b9b65471
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/download/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/download/defaults/main.yml
roles/kubernetes-apps/ansible/templates/dashboard.yml.j2
+16
-0
16 additions, 0 deletions
roles/kubernetes-apps/ansible/templates/dashboard.yml.j2
with
17 additions
and
1 deletion
roles/download/defaults/main.yml
+
1
−
1
View file @
2af91813
...
...
@@ -1044,7 +1044,7 @@ gcp_pd_csi_resizer_image_tag: "v0.4.0-gke.0"
gcp_pd_csi_registrar_image_tag
:
"
v1.2.0-gke.0"
dashboard_image_repo
:
"
{{
docker_image_repo
}}/kubernetesui/dashboard-{{
image_arch
}}"
dashboard_image_tag
:
"
v2.
6.1
"
dashboard_image_tag
:
"
v2.
7.0
"
dashboard_metrics_scraper_repo
:
"
{{
docker_image_repo
}}/kubernetesui/metrics-scraper"
dashboard_metrics_scraper_tag
:
"
v1.0.8"
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes-apps/ansible/templates/dashboard.yml.j2
+
16
−
0
View file @
2af91813
...
...
@@ -163,6 +163,9 @@ spec:
labels:
k8s-app: kubernetes-dashboard
spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-cluster-critical
containers:
- name: kubernetes-dashboard
...
...
@@ -208,6 +211,11 @@ spec:
port: 8443
initialDelaySeconds: 30
timeoutSeconds: 30
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsUser: 1001
runAsGroup: 2001
volumes:
- name: kubernetes-dashboard-certs
secret:
...
...
@@ -293,6 +301,9 @@ spec:
labels:
k8s-app: kubernetes-metrics-scraper
spec:
securityContext:
seccompProfile:
type: RuntimeDefault
priorityClassName: system-cluster-critical
containers:
- name: kubernetes-metrics-scraper
...
...
@@ -307,6 +318,11 @@ spec:
port: 8000
initialDelaySeconds: 30
timeoutSeconds: 30
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsUser: 1001
runAsGroup: 2001
volumeMounts:
- mountPath: /tmp
name: tmp-volume
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment