Commit Graph

83 Commits

Author SHA1 Message Date
Vincent Fiduccia deba8fa2ee
vsphere -> rancher-vsphere (rancher/issues#33875) 2021-08-17 02:16:38 -07:00
Vincent Fiduccia c740629f9b
Only show cloud-providers applicable to selected driver (#3709) 2021-08-17 02:16:37 -07:00
Vincent Fiduccia 03b13ae31d
Show error if there's no KDM data 2021-08-17 02:16:36 -07:00
Neill Somerville 53eff1c22a updated null to undef 2021-08-13 01:59:38 -07:00
Richard Cox 5a6b24729f
Merge pull request #3747 from codyrancher/cluster-editing
[forwardport] Ensuring radio fields are set for automatic snapshots and authorized endpoints
2021-08-10 11:11:30 +01:00
Cody Jackson 7fb2e82a1b Ensuring radio fields are set for automatic snapshots and authorized endpoints
https://github.com/rancher/dashboard/issues/3727
2021-08-09 23:11:59 -07:00
Phillip Rak fe272ca3e1 Show warning message when machine pool is in update state 2021-08-09 12:24:44 -07:00
Phillip Rak 6b4029bf95 Revert "Save machine pools even when action is not create"
This reverts commit 2359fd8cf9.
2021-08-09 10:01:40 -07:00
Richard Cox 3ad4d0d641 Fix a number of issues around having no access to a cluster 2021-08-09 13:55:24 +01:00
Richard Cox dea7b53c5e Ensure we wait for requried resources before leaving cluster import / create rke2
- Previously nav away was occurring inside `this.save` before we could wait for the mgmt cluster
- This meant some info was missing when we arrived at the next page
- So move wait and role change into after hook and rely on native nav in this.save again
2021-08-08 11:56:10 +01:00
Vincent Fiduccia f84c7824cc
Kubelet arg messaging 2021-08-06 17:49:49 -07:00
Vincent Fiduccia aca95d5c8d
Allow switching out of unknown version to known 2021-08-06 17:49:49 -07:00
Vincent Fiduccia 083bb63dbc
generateYaml override hook in CruResource 2021-08-06 02:06:05 -07:00
Vincent Fiduccia f8a2628266
Actually wait for applyHooks before saving 2021-08-06 02:06:05 -07:00
Vincent Fiduccia 73649f1065
Hide PSP for k3s 2021-08-06 02:05:10 -07:00
Nancy Butler 4970425174 fix rke2 defaults 2021-08-04 17:02:20 -07:00
codyrancher 5f9acd0be2
Merge pull request #3651 from codyrancher/not-supported
[forwardport] Inform the users that legacy features aren't supported in k8s 1.21+
2021-08-04 16:54:31 -07:00
Vincent Fiduccia 9daa405454
Don't double add namespace to cloud creds 2021-08-04 15:20:07 -07:00
Vincent Fiduccia fcc85808dc
Use defaults from KDM 2021-08-04 15:20:07 -07:00
Vincent Fiduccia 027d3e9e35
Remove disable-kube-proxy again 2021-08-04 15:20:07 -07:00
Vincent Fiduccia b156fbfbad
Cloud provider none 2021-08-04 15:20:07 -07:00
Cody Jackson 7fa934cfa8 Inform the users that legacy features aren't supported in k8s 1.21+
https://github.com/rancher/dashboard/issues/3589
2021-08-04 13:31:29 -07:00
Nancy Butler 62241b391f fix rke2 edit done route 2021-08-04 06:03:31 -07:00
Vincent Fiduccia ccb00a4ca9
Merge pull request #3629 from rak-phillip/bugfix/3553-cluster-edit
[master] Update machine pools when editing RKE2 cluster
2021-08-04 01:34:51 -07:00
Vincent Fiduccia 84ed46837d
Cloud cred edit, S3 config 2021-08-04 01:14:20 -07:00
Vincent Fiduccia 53eca88159
Cloud credentials part deux 2021-08-04 01:14:19 -07:00
Vincent Fiduccia 4a6e75881d
Save s3 config on cluster (#3624) 2021-08-04 01:14:19 -07:00
Vincent Fiduccia b10eb1c305
Handle no global machineselectorconfig 2021-08-04 01:14:19 -07:00
Vincent Fiduccia 65457b7ddf
CloudCred 2->1, part one 2021-08-04 01:14:18 -07:00
Phillip Rak e8c61f9139 Add update prop 2021-08-03 17:22:43 -07:00
Phillip Rak 2359fd8cf9 Save machine pools even when action is not create 2021-08-03 17:07:35 -07:00
Vincent Fiduccia b242dcfd1a
Disable-kube-proxy option 2021-08-02 14:11:45 -07:00
Vincent Fiduccia 71d73ec498
Show disable-kube-proxy option 2021-08-02 14:11:45 -07:00
Vincent Fiduccia 7e70d8ffc0
Default to RKE2 default PSP again 2021-08-02 14:11:45 -07:00
Vincent Fiduccia 1e86209f28
Additional Kubelet Args 2021-07-30 03:11:02 -07:00
Vincent Fiduccia 9e4cce7c21
Reorganize tabs and options 2021-07-30 03:11:02 -07:00
Vincent Fiduccia 49f54d2fd4
Show CIS Profile only for Custom 2021-07-30 03:11:02 -07:00
Vincent Fiduccia 7e3cd04325
Call null PSP the RKE2 Default 2021-07-30 03:11:01 -07:00
Vincent Fiduccia 60455debbf
Call save in the right order so members get added 2021-07-19 01:58:09 -07:00
Vincent Fiduccia a35969d4fa
Fix cluster PSP selection 2021-07-19 01:58:09 -07:00
Vincent Fiduccia 3972ac96ef
Merge pull request #3348 from WuJun2016/harvester-node-driver
feat: harvester node driver for rke2
2021-07-16 10:22:12 -07:00
Richard Cox 9a057d3ff2 Handle situations in create cluster flow where user cannot fetch `secrets`
- This will help the backend team to continue permissions work in the create cluster flow
- For some resources, like secrets and clusters, users may not end up having access to the schemea or collection get if they haven't yet created a resource of that type
  - Applies to users and restricted-admins who aren't a member of any cluster
- These changes handle these scenarios and match how things worked in ember (ish)
  - Safeguard fetch of secrets in SelectCredential component
  - Remove unused fetch of secrets in RKE2 create cluster flow
2021-07-15 14:55:42 +01:00
Vincent Fiduccia a206256861
(controlPlane|worker)Config -> machine(Global|Selector)Config
rancher/rancher#33601
2021-07-13 16:02:51 -07:00
wujun 1e39655928 feat: harvester node driver 2021-07-09 17:28:12 +08:00
Cody Jackson 578a4b8888 Adding cluster membership to the rke2 pages
rancher/dashboard#3183
2021-07-07 15:59:57 -07:00
Vincent Fiduccia f4d54ca380
Fix default etcd cron schedule 2021-07-02 02:27:50 -04:00
Vincent Fiduccia 338badcf42
Cleanup common bad resource names (spaces, capitals) (#2978) 2021-06-23 00:22:51 -07:00
Vincent Fiduccia ad0774d36a
Show k3s system services correctly 2021-06-22 23:35:08 -07:00
Vincent Fiduccia 1cac475b40
Question fixes 2021-06-15 11:30:59 -07:00
Vincent Fiduccia 31e0a7973e
Generic cloud credential and machine drivers 2021-06-15 03:26:19 -07:00