Remove Kubernetes Dashboard support (#12858)

This commit is contained in:
neo
2026-02-08 01:19:08 +08:00
committed by GitHub
parent 3aa0c0cc64
commit a563431c68
13 changed files with 0 additions and 432 deletions

View File

@@ -76,13 +76,6 @@
- kube_network_plugin not in ['calico', 'none']
- ipv4_stack | bool
- name: Stop if RBAC is not enabled when dashboard is enabled
assert:
that: rbac_enabled
when:
- dashboard_enabled
- not ignore_assert_errors
- name: Check cloud_provider value
assert:
that: cloud_provider == 'external'