mirror of https://github.com/rancher/dashboard.git
add rke windows as monitoring cluster type
This commit is contained in:
parent
d431c2e0dd
commit
a18b8eba66
|
|
@ -78,6 +78,12 @@ const CLUSTER_TYPES = [
|
|||
'rke2Etcd',
|
||||
],
|
||||
},
|
||||
{
|
||||
group: 'rke',
|
||||
id: 'rke-windows',
|
||||
label: 'cluster.provider.rkeWindows',
|
||||
configKeys: ['rkeControllerManager', 'rkeScheduler', 'rkeProxy', 'rkeEtcd', 'windowsExporter'],
|
||||
},
|
||||
];
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Reference in New Issue