@rancher/shell 0.5.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (338) hide show
  1. package/.DS_Store +0 -0
  2. package/assets/images/providers/aks-black.svg +28 -0
  3. package/assets/images/providers/aks.svg +31 -0
  4. package/assets/styles/global/_labeled-input.scss +1 -0
  5. package/assets/styles/global/_layout.scss +0 -99
  6. package/assets/translations/en-us.yaml +77 -71
  7. package/assets/translations/zh-hans.yaml +25 -23
  8. package/babel.config.js +1 -7
  9. package/chart/gatekeeper.vue +11 -2
  10. package/chart/istio.vue +10 -1
  11. package/chart/logging/index.vue +11 -2
  12. package/chart/monitoring/alerting/index.vue +21 -7
  13. package/chart/monitoring/grafana/index.vue +2 -57
  14. package/chart/monitoring/index.vue +26 -52
  15. package/chart/monitoring/prometheus/index.vue +43 -37
  16. package/chart/rancher-backup/index.vue +10 -3
  17. package/cloud-credential/azure.vue +17 -4
  18. package/components/AsyncButton.vue +0 -9
  19. package/components/Carousel.vue +0 -1
  20. package/components/ChartPsp.vue +76 -0
  21. package/components/CodeMirror.vue +21 -19
  22. package/components/CopyCode.vue +2 -6
  23. package/components/CopyToClipboard.vue +1 -2
  24. package/components/CopyToClipboardText.vue +9 -14
  25. package/components/CruResource.vue +0 -1
  26. package/components/EtcdInfoBanner.vue +5 -5
  27. package/components/ExplorerProjectsNamespaces.vue +1 -25
  28. package/components/IconOrSvg.vue +1 -1
  29. package/components/Markdown.vue +12 -16
  30. package/components/Questions/index.vue +1 -1
  31. package/components/ResourceDetail/Masthead.vue +9 -25
  32. package/components/ResourceList/Masthead.vue +18 -1
  33. package/components/ResourceTable.vue +2 -14
  34. package/components/ResourceYaml.vue +0 -5
  35. package/components/SideNav.vue +1 -1
  36. package/components/SortableTable/THead.vue +9 -7
  37. package/components/SortableTable/index.vue +3 -2
  38. package/components/StatusTable.vue +1 -5
  39. package/components/TabTitle.vue +84 -0
  40. package/components/Tabbed/index.vue +0 -12
  41. package/components/__tests__/ChartPsp.test.ts +75 -0
  42. package/components/__tests__/CopyCode.test.ts +4 -5
  43. package/components/fleet/FleetBundles.vue +11 -5
  44. package/components/fleet/FleetRepos.vue +27 -62
  45. package/components/fleet/FleetResources.vue +1 -6
  46. package/components/fleet/FleetStatus.vue +3 -3
  47. package/components/fleet/FleetSummary.vue +30 -35
  48. package/components/form/ArrayList.vue +8 -1
  49. package/components/form/ArrayListSelect.vue +9 -9
  50. package/components/form/KeyValue.vue +0 -1
  51. package/components/form/LabeledSelect.vue +0 -4
  52. package/components/form/Password.vue +1 -3
  53. package/components/form/Select.vue +1 -1
  54. package/components/form/SelectOrCreateAuthSecret.vue +4 -4
  55. package/components/form/__tests__/KeyValue.test.ts +1 -1
  56. package/components/formatter/Checked.vue +3 -11
  57. package/components/formatter/ClusterProvider.vue +18 -1
  58. package/components/formatter/FleetSummaryGraph.vue +11 -23
  59. package/components/formatter/LiveDate.vue +16 -0
  60. package/components/formatter/LiveDuration.vue +1 -1
  61. package/components/formatter/PercentageBar.vue +1 -1
  62. package/components/formatter/__tests__/ClusterProvider.test.ts +28 -0
  63. package/components/nav/Group.vue +2 -2
  64. package/components/nav/Header.vue +2 -1
  65. package/components/nav/TopLevelMenu.vue +3 -29
  66. package/components/nav/Type.vue +3 -1
  67. package/components/nav/WindowManager/ContainerLogs.vue +19 -120
  68. package/components/nav/WindowManager/ContainerShell.vue +1 -6
  69. package/components/nav/WindowManager/index.vue +10 -11
  70. package/components/nav/__tests__/TopLevelMenu.test.ts +0 -33
  71. package/components/nav/__tests__/Type.test.ts +1 -1
  72. package/components/nuxt/nuxt-child.js +78 -14
  73. package/components/nuxt/nuxt.js +1 -1
  74. package/components/user.retention/user-retention-header.vue +34 -0
  75. package/composables/useI18n.ts +26 -0
  76. package/composables/useStore.ts +16 -0
  77. package/config/harvester-manager-types.js +0 -2
  78. package/config/home-links.js +32 -2
  79. package/config/private-label.js +0 -22
  80. package/config/product/explorer.js +4 -4
  81. package/config/product/fleet.js +1 -6
  82. package/config/product/legacy.js +1 -84
  83. package/config/product/manager.js +15 -8
  84. package/config/query-params.js +0 -1
  85. package/config/router.js +368 -385
  86. package/config/settings.ts +9 -2
  87. package/config/store.js +1 -1
  88. package/config/system-namespaces.js +0 -3
  89. package/config/table-headers.js +27 -47
  90. package/config/types.js +5 -0
  91. package/config/uiplugins.js +1 -1
  92. package/core/plugin-helpers.js +5 -3
  93. package/core/plugin-routes.ts +114 -56
  94. package/core/plugin.ts +10 -16
  95. package/core/plugins-loader.js +9 -7
  96. package/core/plugins.js +3 -0
  97. package/core/types-provisioning.ts +0 -7
  98. package/creators/app/init +0 -19
  99. package/detail/fleet.cattle.io.cluster.vue +1 -11
  100. package/detail/node.vue +0 -42
  101. package/detail/pod.vue +1 -68
  102. package/detail/provisioning.cattle.io.cluster.vue +4 -6
  103. package/detail/workload/index.vue +1 -15
  104. package/dialog/ScaleMachineDownDialog.vue +17 -34
  105. package/edit/auth/googleoauth.vue +5 -1
  106. package/edit/catalog.cattle.io.clusterrepo.vue +7 -20
  107. package/edit/cloudcredential.vue +0 -2
  108. package/edit/fleet.cattle.io.gitrepo.vue +4 -3
  109. package/edit/management.cattle.io.project.vue +52 -1
  110. package/edit/management.cattle.io.setting.vue +2 -31
  111. package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +3 -12
  112. package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +1 -2
  113. package/edit/networking.k8s.io.networkpolicy/__tests__/PolicyRuleTarget.spec.ts +1 -1
  114. package/edit/provisioning.cattle.io.cluster/{tabs/Basics.vue → Basics.vue} +126 -109
  115. package/edit/provisioning.cattle.io.cluster/{tabs/MachinePool.vue → MachinePool.vue} +7 -1
  116. package/edit/provisioning.cattle.io.cluster/{tabs/registries/RegistryConfigs.vue → RegistryConfigs.vue} +3 -1
  117. package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +7 -15
  118. package/edit/provisioning.cattle.io.cluster/__tests__/Basics.tests.ts +237 -0
  119. package/edit/provisioning.cattle.io.cluster/__tests__/{CustomCommand.test.ts → CustomCommand.tests.ts} +0 -6
  120. package/edit/provisioning.cattle.io.cluster/__tests__/DrainOptions.test.ts +1 -1
  121. package/edit/provisioning.cattle.io.cluster/__tests__/rke2.test.ts +1 -7
  122. package/edit/provisioning.cattle.io.cluster/import.vue +2 -2
  123. package/edit/provisioning.cattle.io.cluster/index.vue +37 -99
  124. package/edit/provisioning.cattle.io.cluster/rke2.vue +690 -181
  125. package/edit/service.vue +0 -12
  126. package/edit/workload/Upgrading.vue +2 -3
  127. package/edit/workload/index.vue +1 -2
  128. package/edit/workload/mixins/workload.js +1 -1
  129. package/initialize/App.js +71 -25
  130. package/initialize/client.js +162 -21
  131. package/initialize/index.js +124 -47
  132. package/initialize/layouts.ts +26 -0
  133. package/{components/templates → layouts}/blank.vue +1 -1
  134. package/{components/templates → layouts}/default.vue +98 -8
  135. package/{components/templates → layouts}/error.vue +19 -10
  136. package/{components/templates → layouts}/home.vue +1 -4
  137. package/{components/templates → layouts}/plain.vue +1 -4
  138. package/{components/templates → layouts}/standalone.vue +1 -1
  139. package/{components/templates → layouts}/unauthenticated.vue +1 -1
  140. package/list/management.cattle.io.feature.vue +7 -1
  141. package/list/management.cattle.io.user.vue +25 -1
  142. package/list/node.vue +0 -1
  143. package/machine-config/__tests__/vmwarevsphere.test.ts +161 -56
  144. package/machine-config/amazonec2.vue +1 -0
  145. package/machine-config/azure.vue +37 -21
  146. package/machine-config/vmwarevsphere.vue +47 -42
  147. package/middleware/authenticated.js +19 -14
  148. package/mixins/auth-config.js +7 -2
  149. package/mixins/brand.js +41 -29
  150. package/mixins/fetch.server.js +73 -0
  151. package/mixins/labeled-form-element.ts +1 -6
  152. package/models/__tests__/management.cattle.io.node.ts +0 -85
  153. package/models/__tests__/namespace.test.ts +9 -49
  154. package/models/cluster/node.js +4 -4
  155. package/models/cluster.x-k8s.io.machine.js +1 -1
  156. package/models/cluster.x-k8s.io.machinedeployment.js +0 -14
  157. package/models/fleet.cattle.io.cluster.js +0 -4
  158. package/models/fleet.cattle.io.gitrepo.js +13 -56
  159. package/models/management.cattle.io.cluster.js +3 -11
  160. package/models/management.cattle.io.kontainerdriver.js +0 -1
  161. package/models/management.cattle.io.node.js +14 -18
  162. package/models/management.cattle.io.nodepool.js +0 -17
  163. package/models/management.cattle.io.project.js +36 -0
  164. package/models/management.cattle.io.setting.js +7 -11
  165. package/models/management.cattle.io.user.js +65 -0
  166. package/models/namespace.js +1 -1
  167. package/models/pod.js +0 -20
  168. package/models/provisioning.cattle.io.cluster.js +8 -55
  169. package/models/secret.js +18 -117
  170. package/models/workload.js +0 -16
  171. package/models/workload.service.js +0 -18
  172. package/package.json +10 -12
  173. package/pages/about.vue +1 -0
  174. package/pages/account/create-key.vue +1 -0
  175. package/pages/account/index.vue +1 -0
  176. package/pages/auth/login.vue +1 -0
  177. package/pages/auth/logout.vue +2 -0
  178. package/pages/auth/setup.vue +4 -37
  179. package/pages/auth/verify.vue +8 -14
  180. package/pages/c/_cluster/apps/charts/__tests__/install.helper.test.ts +17 -2
  181. package/pages/c/_cluster/apps/charts/index.vue +58 -64
  182. package/pages/c/_cluster/apps/charts/install.helpers.js +13 -2
  183. package/pages/c/_cluster/apps/charts/install.vue +5 -5
  184. package/pages/c/_cluster/apps/index.vue +2 -0
  185. package/pages/c/_cluster/auth/index.vue +2 -0
  186. package/pages/c/_cluster/auth/user.retention/index.vue +384 -0
  187. package/pages/c/_cluster/ecm/index.vue +2 -0
  188. package/pages/c/_cluster/explorer/index.vue +53 -56
  189. package/pages/c/_cluster/explorer/tools/index.vue +3 -171
  190. package/pages/c/_cluster/fleet/index.vue +1 -1
  191. package/pages/c/_cluster/index.vue +2 -0
  192. package/pages/c/_cluster/manager/pages/_page.vue +5 -4
  193. package/pages/c/_cluster/monitoring/index.vue +1 -17
  194. package/pages/c/_cluster/settings/DefaultLinksEditor.vue +1 -0
  195. package/pages/c/_cluster/settings/banners.vue +2 -0
  196. package/pages/c/_cluster/settings/brand.vue +2 -0
  197. package/pages/c/_cluster/settings/index.vue +2 -0
  198. package/pages/c/_cluster/settings/links.vue +3 -2
  199. package/pages/c/_cluster/settings/performance.vue +1 -0
  200. package/pages/c/_cluster/uiplugins/AddExtensionRepos.vue +4 -4
  201. package/pages/c/_cluster/uiplugins/CatalogList/CatalogLoadDialog.vue +1 -2
  202. package/pages/c/_cluster/uiplugins/CatalogList/index.vue +46 -10
  203. package/pages/c/_cluster/uiplugins/SetupUIPlugins.vue +5 -2
  204. package/pages/c/_cluster/uiplugins/__tests__/AddExtensionRepos.test.ts +96 -0
  205. package/pages/c/_cluster/uiplugins/__tests__/SetupUIPlugins.test.ts +128 -0
  206. package/pages/c/_cluster/uiplugins/index.vue +2 -0
  207. package/pages/c/index.vue +9 -0
  208. package/pages/diagnostic.vue +2 -1
  209. package/pages/fail-whale.vue +1 -0
  210. package/pages/prefs.vue +1 -0
  211. package/pages/rio/mesh.vue +508 -0
  212. package/pages/support/index.vue +8 -2
  213. package/pkg/auto-import.js +1 -1
  214. package/plugins/axios.js +36 -0
  215. package/plugins/back-button.js +5 -3
  216. package/plugins/clean-html-directive.js +19 -1
  217. package/plugins/clean-tooltip-directive.js +1 -1
  218. package/plugins/codemirror-loader.js +1 -1
  219. package/plugins/codemirror.js +0 -41
  220. package/plugins/dashboard-store/__tests__/actions.spec.ts +250 -0
  221. package/plugins/dashboard-store/__tests__/{mutations.test.ts → mutations.spec.ts} +1 -1
  222. package/plugins/dashboard-store/actions.js +21 -22
  223. package/plugins/dashboard-store/classify.js +18 -1
  224. package/plugins/dashboard-store/getters.js +5 -10
  225. package/plugins/dashboard-store/index.js +12 -0
  226. package/plugins/dashboard-store/mutations.js +4 -0
  227. package/plugins/dashboard-store/resource-class.js +18 -59
  228. package/plugins/i18n.js +1 -1
  229. package/plugins/steve/__tests__/getters.spec.ts +56 -24
  230. package/plugins/steve/__tests__/subscribe.spec.ts +106 -0
  231. package/plugins/steve/getters.js +30 -7
  232. package/plugins/steve/mutations.js +5 -2
  233. package/plugins/steve/norman-class.js +0 -19
  234. package/plugins/steve/steve-class.js +0 -22
  235. package/plugins/steve/subscribe.js +34 -13
  236. package/plugins/transitions.js +4 -0
  237. package/plugins/vue-clipboard2.js +4 -0
  238. package/rancher-components/Accordion/Accordion.vue +3 -2
  239. package/rancher-components/BadgeState/BadgeState.vue +3 -3
  240. package/rancher-components/Banner/Banner.test.ts +1 -5
  241. package/rancher-components/Banner/Banner.vue +2 -2
  242. package/rancher-components/Card/Card.vue +4 -4
  243. package/rancher-components/Form/Checkbox/Checkbox.vue +4 -3
  244. package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +1 -1
  245. package/rancher-components/Form/LabeledInput/LabeledInput.vue +55 -24
  246. package/rancher-components/Form/Radio/RadioButton.test.ts +1 -3
  247. package/rancher-components/Form/Radio/RadioButton.vue +13 -7
  248. package/rancher-components/Form/Radio/RadioGroup.vue +4 -3
  249. package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +7 -5
  250. package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +7 -4
  251. package/rancher-components/LabeledTooltip/LabeledTooltip.vue +9 -4
  252. package/rancher-components/StringList/StringList.vue +8 -8
  253. package/rancher-components/components/Accordion/Accordion.vue +3 -2
  254. package/rancher-components/components/BadgeState/BadgeState.test.ts +12 -0
  255. package/rancher-components/components/Form/LabeledInput/LabeledInput.test.ts +2 -19
  256. package/rancher-components/components/Form/LabeledInput/LabeledInput.vue +14 -11
  257. package/rancher-components/components/Form/TextArea/TextAreaAutoGrow.vue +1 -1
  258. package/rancher-components/components/StringList/StringList.test.ts +0 -270
  259. package/rancher-components/components/StringList/StringList.vue +18 -57
  260. package/scripts/extension/bundle +7 -19
  261. package/scripts/extension/helm/scripts/package +3 -11
  262. package/scripts/extension/parse-tag-name +4 -4
  263. package/scripts/extension/publish +9 -20
  264. package/scripts/publish-shell.sh +1 -11
  265. package/scripts/test-plugins-build.sh +9 -85
  266. package/store/catalog.js +1 -1
  267. package/store/features.js +0 -1
  268. package/store/i18n.js +0 -11
  269. package/store/index.js +11 -8
  270. package/store/prefs.js +38 -33
  271. package/store/type-map.js +8 -13
  272. package/tsconfig.default.json +46 -0
  273. package/tsconfig.json +9 -35
  274. package/types/shell/index.d.ts +404 -463
  275. package/utils/__tests__/create-yaml.test.ts +10 -0
  276. package/utils/axios.js +19 -0
  277. package/utils/create-yaml.js +6 -6
  278. package/utils/custom-validators.js +2 -0
  279. package/utils/error.js +1 -16
  280. package/utils/monitoring.js +2 -37
  281. package/utils/nuxt.js +39 -18
  282. package/utils/object.js +0 -14
  283. package/utils/router.scrollBehavior.js +14 -12
  284. package/utils/socket.js +1 -0
  285. package/utils/time.js +1 -1
  286. package/utils/title.ts +3 -0
  287. package/utils/url.ts +1 -1
  288. package/utils/validators/formRules/__tests__/index.test.ts +4 -49
  289. package/utils/validators/formRules/index.ts +9 -12
  290. package/utils/validators/setting.js +10 -6
  291. package/vue.config.js +3 -24
  292. package/chart/monitoring/steps/uninstall-v1.vue +0 -135
  293. package/components/Certificates.vue +0 -164
  294. package/components/fleet/__tests__/FleetSummary.test.ts +0 -316
  295. package/components/formatter/FleetClusterSummaryGraph.vue +0 -27
  296. package/components/formatter/__tests__/Checked.test.ts +0 -19
  297. package/components/nav/WindowManager/__tests__/ContainerLogs.test.ts +0 -186
  298. package/composables/useCompactInput.ts +0 -20
  299. package/composables/useLabeledFormElement.ts +0 -138
  300. package/creators/app/files/.gitlab-ci.yml +0 -14
  301. package/edit/__tests__/service.test.ts +0 -89
  302. package/edit/provisioning.cattle.io.cluster/__tests__/Advanced.test.ts +0 -112
  303. package/edit/provisioning.cattle.io.cluster/__tests__/Basics.test.ts +0 -473
  304. package/edit/provisioning.cattle.io.cluster/__tests__/index.test.ts +0 -73
  305. package/edit/provisioning.cattle.io.cluster/__tests__/utils/cluster.ts +0 -386
  306. package/edit/provisioning.cattle.io.cluster/tabs/AddOnConfig.vue +0 -137
  307. package/edit/provisioning.cattle.io.cluster/tabs/Advanced.vue +0 -157
  308. package/edit/provisioning.cattle.io.cluster/tabs/etcd/index.vue +0 -135
  309. package/edit/provisioning.cattle.io.cluster/tabs/networking/index.vue +0 -189
  310. package/edit/provisioning.cattle.io.cluster/tabs/registries/index.vue +0 -144
  311. package/edit/provisioning.cattle.io.cluster/tabs/upgrade/index.vue +0 -76
  312. package/mixins/v1-workload-metrics.js +0 -43
  313. package/models/__tests__/management.cattle.io.cluster.test.ts +0 -23
  314. package/models/__tests__/management.cattle.io.nodepool.ts +0 -83
  315. package/models/__tests__/provisioning.cattle.io.cluster.test.ts +0 -90
  316. package/models/__tests__/workload.test.ts +0 -91
  317. package/plugins/clean-html.js +0 -53
  318. package/plugins/dashboard-store/__tests__/actions.test.ts +0 -165
  319. package/plugins/dashboard-store/__tests__/resource-class.test.ts +0 -49
  320. package/plugins/dashboard-store/__tests__/utils/store-mocks.ts +0 -7
  321. package/plugins/index.js +0 -11
  322. package/plugins/steve/__tests__/steve-class.spec.ts +0 -59
  323. package/plugins/steve/__tests__/utils/steve-mocks.ts +0 -31
  324. package/scripts/.gitlab/workflows/build-extension-catalog.gitlab-ci.yml +0 -50
  325. package/server/har-file.js +0 -183
  326. package/tsconfig.paths.json +0 -18
  327. package/utils/azure.js +0 -24
  328. package/utils/clipboard.js +0 -5
  329. /package/components/form/__tests__/{NameNsDescription.test.ts → NameNsDescription.ts} +0 -0
  330. /package/edit/networking.k8s.io.networkpolicy/__tests__/utils/{selectors.test.ts → selectors.ts} +0 -0
  331. /package/edit/provisioning.cattle.io.cluster/{tabs/networking/ACE.vue → ACE.vue} +0 -0
  332. /package/edit/provisioning.cattle.io.cluster/{tabs/AgentConfiguration.vue → AgentConfiguration.vue} +0 -0
  333. /package/edit/provisioning.cattle.io.cluster/{tabs/upgrade/DrainOptions.vue → DrainOptions.vue} +0 -0
  334. /package/edit/provisioning.cattle.io.cluster/{tabs/MemberRoles.vue → MemberRoles.vue} +0 -0
  335. /package/edit/provisioning.cattle.io.cluster/{tabs/registries/RegistryMirrors.vue → RegistryMirrors.vue} +0 -0
  336. /package/edit/provisioning.cattle.io.cluster/{tabs/etcd/S3Config.vue → S3Config.vue} +0 -0
  337. /package/plugins/dashboard-store/__tests__/{getters.test.ts → getters.spec.ts} +0 -0
  338. /package/rancher-components/BadgeState/{BadgeState.spec.ts → BadgeState.test.ts} +0 -0
package/.DS_Store ADDED
Binary file
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
5
+ <g>
6
+ <polygon points="49.9,37.8 49.9,62.2 64.6,56.3 64.6,43.2 "/>
7
+ <path d="M35.4,41.3V58l11.5,4.1V37.8L35.4,41.3z M38.1,57.2l-1.8-0.7V43.2l1.8-0.5V57.2z M41.4,58.4l-2.5-0.9V42.4l2.5-0.8V58.4z
8
+ M45.5,59.7l-3.3-1V41.3l3.3-1V59.7z"/>
9
+ <polygon points="14.5,37.8 14.5,62.2 29.2,56.3 29.2,43.2 "/>
10
+ <path d="M0,41.3V58l11.5,4.1V37.8L0,41.3z M2.8,57.2L1,56.5V43.2l1.8-0.5V57.2z M6,58.4l-2.5-0.9V42.4L6,41.6V58.4z M10.1,59.7
11
+ l-3.3-1V41.3l3.3-1V59.7z"/>
12
+ <polygon points="85.3,37.8 85.3,62.2 100,56.3 100,43.2 "/>
13
+ <path d="M70.8,41.3V58l11.5,4.1V37.8L70.8,41.3z M73.4,57.2l-1.8-0.7V43.2l1.8-0.5V57.2z M76.8,58.4l-2.5-0.9V42.4l2.5-0.8V58.4z
14
+ M80.9,59.7l-3.3-1V41.3l3.3-1V59.7z"/>
15
+ <polygon points="31.1,62.6 31.1,87 45.7,81.1 45.7,68 "/>
16
+ <path d="M16.5,66.3v16.6L28,87V62.6L16.5,66.3z M19.1,82l-1.8-0.7V68.1l1.8-0.5V82z M22.5,83.2L20,82.3V67.2l2.5-0.8V83.2z
17
+ M26.6,84.6l-3.3-1V66.1l3.3-1V84.6z"/>
18
+ <polygon points="67.1,62.6 67.1,87 81.8,81.1 81.8,68 "/>
19
+ <path d="M52.4,66.3v16.6L64,87V62.6L52.4,66.3z M55.2,82l-1.8-0.7V68.1l1.8-0.5V82z M58.5,83.2l-2.5-1v-15l2.5-0.8V83.2z
20
+ M62.6,84.6l-3.3-1V66.1l3.3-1V84.6z"/>
21
+ <polygon points="31.1,13 31.1,37.3 45.7,31.5 45.7,18.4 "/>
22
+ <path d="M16.5,16.6v16.6L28,37.3V13L16.5,16.6z M19.1,32.3l-1.8-0.7V18.4l1.8-0.5V32.3z M22.5,33.5L20,32.7V17.6l2.5-0.8V33.5z
23
+ M26.6,34.9l-3.3-1V16.6l3.3-1V34.9z"/>
24
+ <polygon points="67.1,13 67.1,37.3 81.8,31.5 81.8,18.4 "/>
25
+ <path d="M52.4,16.6v16.6L64,37.3V13L52.4,16.6z M55.2,32.3l-1.8-0.7V18.4l1.8-0.5V32.3z M58.5,33.5L56,32.7V17.6l2.5-0.8
26
+ C58.5,16.8,58.5,33.5,58.5,33.5z M62.6,34.9l-3.3-1V16.6l3.3-1V34.9z"/>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#0079D6;}
7
+ </style>
8
+ <g>
9
+ <polygon class="st0" points="49.9,37.8 49.9,62.2 64.6,56.3 64.6,43.2 "/>
10
+ <path class="st0" d="M35.4,41.3V58l11.5,4.1V37.8L35.4,41.3z M38.1,57.2l-1.8-0.7V43.2l1.8-0.5V57.2z M41.4,58.4l-2.5-0.9V42.4
11
+ l2.5-0.8V58.4z M45.5,59.7l-3.3-1V41.3l3.3-1V59.7z"/>
12
+ <polygon class="st0" points="14.5,37.8 14.5,62.2 29.2,56.3 29.2,43.2 "/>
13
+ <path class="st0" d="M0,41.3V58l11.5,4.1V37.8L0,41.3z M2.8,57.2l-1.8-0.7V43.2l1.8-0.5V57.2z M6,58.4l-2.5-0.9V42.4L6,41.6V58.4z
14
+ M10.1,59.7l-3.3-1V41.3l3.3-1V59.7z"/>
15
+ <polygon class="st0" points="85.3,37.8 85.3,62.2 100,56.3 100,43.2 "/>
16
+ <path class="st0" d="M70.8,41.3V58l11.5,4.1V37.8L70.8,41.3z M73.4,57.2l-1.8-0.7V43.2l1.8-0.5V57.2z M76.8,58.4l-2.5-0.9V42.4
17
+ l2.5-0.8V58.4z M80.9,59.7l-3.3-1V41.3l3.3-1V59.7z"/>
18
+ <polygon class="st0" points="31.1,62.6 31.1,87 45.7,81.1 45.7,68 "/>
19
+ <path class="st0" d="M16.5,66.3v16.6L28,87V62.6L16.5,66.3z M19.1,82l-1.8-0.7V68.1l1.8-0.5V82z M22.5,83.2l-2.5-0.9V67.2l2.5-0.8
20
+ V83.2z M26.6,84.6l-3.3-1V66.1l3.3-1V84.6z"/>
21
+ <polygon class="st0" points="67.1,62.6 67.1,87 81.8,81.1 81.8,68 "/>
22
+ <path class="st0" d="M52.4,66.3v16.6L64,87V62.6L52.4,66.3z M55.2,82l-1.8-0.7V68.1l1.8-0.5V82z M58.5,83.2L56,82.2V67.2l2.5-0.8
23
+ V83.2z M62.6,84.6l-3.3-1V66.1l3.3-1V84.6z"/>
24
+ <polygon class="st0" points="31.1,13 31.1,37.3 45.7,31.5 45.7,18.4 "/>
25
+ <path class="st0" d="M16.5,16.6v16.6L28,37.3V13L16.5,16.6z M19.1,32.3l-1.8-0.7V18.4l1.8-0.5V32.3z M22.5,33.5l-2.5-0.8V17.6
26
+ l2.5-0.8V33.5z M26.6,34.9l-3.3-1V16.6l3.3-1V34.9z"/>
27
+ <polygon class="st0" points="67.1,13 67.1,37.3 81.8,31.5 81.8,18.4 "/>
28
+ <path class="st0" d="M52.4,16.6v16.6L64,37.3V13L52.4,16.6z M55.2,32.3l-1.8-0.7V18.4l1.8-0.5V32.3z M58.5,33.5L56,32.7V17.6
29
+ l2.5-0.8C58.5,16.8,58.5,33.5,58.5,33.5z M62.6,34.9l-3.3-1V16.6l3.3-1V34.9z"/>
30
+ </g>
31
+ </svg>
@@ -121,6 +121,7 @@
121
121
  .cron-label, .sub-label {
122
122
  position: absolute;
123
123
  top: 100%;
124
+ width: 100%;
124
125
  padding-top: 5px;
125
126
  left: 0;
126
127
  color: var(--input-label);
@@ -54,102 +54,3 @@ HEADER {
54
54
  background-color: var(--nav-bg);
55
55
  height: var(--footer-height);
56
56
  }
57
-
58
-
59
- // !BEGIN This was all a part of default.vue but it wasn't scoped which meant it applied to all styles. Without layouts this style was being lazy loaded instead of on initial load. This was styling other layouts especially plain.vue.
60
- .dashboard-root {
61
- display: flex;
62
- flex-direction: column;
63
- height: 100vh;
64
- }
65
-
66
- .dashboard-content {
67
- display: grid;
68
- position: relative;
69
- flex: 1 1 auto;
70
- overflow-y: auto;
71
- min-height: 0px;
72
-
73
- &.dashboard-padding-left {
74
- padding-left: $app-bar-collapsed-width;
75
-
76
- .overlay-content-mode {
77
- left: calc(var(--nav-width) + $app-bar-collapsed-width);
78
- }
79
- }
80
-
81
- &.pin-right {
82
- grid-template-areas:
83
- "header header header"
84
- "nav main wm";
85
- grid-template-rows: var(--header-height) auto;
86
- grid-template-columns: var(--nav-width) auto var(--wm-width, 0px);
87
- }
88
-
89
- &.pin-bottom {
90
- grid-template-areas:
91
- "header header"
92
- "nav main"
93
- "wm wm";
94
- grid-template-rows: var(--header-height) auto var(--wm-height, 0px);
95
- grid-template-columns: var(--nav-width) auto;
96
- }
97
-
98
- &.pin-left {
99
- grid-template-areas:
100
- "header header header"
101
- "wm nav main";
102
- grid-template-rows: var(--header-height) auto;
103
- grid-template-columns: var(--wm-width, 0px) var(--nav-width) auto;
104
- }
105
-
106
- >HEADER {
107
- grid-area: header;
108
- }
109
-
110
- .default-side-nav {
111
- grid-area: nav;
112
- }
113
- }
114
-
115
- .wm {
116
- grid-area: wm;
117
- overflow-y: hidden;
118
- z-index: 1;
119
- }
120
-
121
- .localeSelector {
122
- ::v-deep .popover-inner {
123
- padding: 50px 0;
124
- }
125
-
126
- ::v-deep .popover-arrow {
127
- display: none;
128
- }
129
-
130
- ::v-deep .popover:focus {
131
- outline: 0;
132
- }
133
-
134
- li {
135
- padding: 8px 20px;
136
-
137
- &:hover {
138
- background-color: var(--primary-hover-bg);
139
- color: var(--primary-hover-text);
140
- text-decoration: none;
141
- }
142
- }
143
- }
144
-
145
- .drag-start {
146
- z-index: 1000;
147
- opacity: 0.5;
148
- transition: opacity .3s ease;
149
- }
150
-
151
- .drag-end {
152
- opacity: 1;
153
- }
154
-
155
- // !END
@@ -243,6 +243,7 @@ suffix:
243
243
  ib: iB
244
244
  mib: MiB
245
245
  gb: GB
246
+ ago: ago
246
247
  revisions: |-
247
248
  {count, plural,
248
249
  =1 { Revision }
@@ -691,15 +692,6 @@ asyncButton:
691
692
  successIcon: checkmark
692
693
  waiting: ''
693
694
  waitingIcon: refresh
694
- manual-refresh:
695
- action: ''
696
- actionIcon: refresh
697
- error: ''
698
- errorIcon: error
699
- success: ''
700
- successIcon: checkmark
701
- waiting: ''
702
- waitingIcon: refresh
703
695
  remove:
704
696
  action: Remove
705
697
  success: Removed
@@ -860,6 +852,9 @@ catalog:
860
852
  keywords: Keywords
861
853
  errors:
862
854
  clusterToolExists: This chart has a fixed namespace and name. A matching <a href="{url}">application</a> has been found and any changes will be made to it.
855
+ banner:
856
+ legacy: 'PSP Removal: Before upgrading a cluster to Kubernetes 1.25+, please ensure you review your Helm applications for Pod Security Policies and update them accordingly'
857
+ enablePSP: Enable Pod Security Policies
863
858
  global: Global
864
859
  charts:
865
860
  all: All
@@ -874,7 +869,7 @@ catalog:
874
869
  versionWindowsIncompatible: Linux only version
875
870
  header: Charts
876
871
  featuredCharts: Featured Charts
877
- noCharts: 'There are no charts available, have you added any repos or set filters?'
872
+ noCharts: 'There are no charts available, have you added any repos?'
878
873
  noWindows: Your repos do not contain any charts capable of being deployed on a cluster with Windows nodes.
879
874
  noWindowsAndLinux: Your repos do not contain any charts capable of being deployed on a cluster with both Windows and Linux worker nodes.
880
875
  operatingSystems:
@@ -1283,6 +1278,9 @@ cluster:
1283
1278
  networkName: Network Name
1284
1279
  macAddress: Mac Address
1285
1280
  macFormat: 'Invalid MAC address format.'
1281
+ vGpus:
1282
+ errors:
1283
+ notAllocatable: '"VGPUs" not allocatable. There are not enough [{vGpus}] devices to be allocated to each node in machine pool [{pool}]'
1286
1284
  volume:
1287
1285
  title: Volumes
1288
1286
  volume: Volume
@@ -1393,6 +1391,7 @@ cluster:
1393
1391
  label: DNS Label
1394
1392
  environment:
1395
1393
  label: Environment
1394
+ tooltip: The environment is configured when cloud credentials are created.
1396
1395
  faultDomainCount:
1397
1396
  help: If the availability set has already been created, the fault domain count will be ignored.
1398
1397
  label: Fault Domain Count
@@ -1680,9 +1679,12 @@ cluster:
1680
1679
  banner:
1681
1680
  warning: 'This cluster contains a machineSelectorConfig, which this form does not fully support; use the YAML editor to manage the full configuration.'
1682
1681
  os: 'You are attempting to add a {newOS} worker node to a cluster with one or more {existingOS} worker nodes: some installed apps may need to be upgraded or removed.'
1683
- rke2-k3-reprovisioning: 'Making changes to cluster configuration may result in nodes reprovisioning. For more information see the <a href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">documentation</a>.'
1682
+ rke2-k3-reprovisioning: 'Making changes to cluster configuration may result in nodes reprovisioning. For more information see the <a target="blank" href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">documentation</a>.'
1684
1683
  desiredNodeGroupWarning: There are 0 nodes available to run the cluster agent. The cluster will not become active until at least one node is available.
1684
+ invalidPsps: You have one or more PodSecurityPolicy resource(s) in this cluster. Pod Security Policies are not available in Kubernetes v1.25 and will be automatically removed.
1685
1685
  haveArgInfo: Configuration information is not available for the selected Kubernetes version. The options available on this screen will be limited; you may want to use the YAML editor.
1686
+ deprecatedPsp: Pod Security Policies are deprecated as of Kubernetes v1.21, and have been removed in Kubernetes v1.25.
1687
+ removedPsp: Pod Security Policies have been removed in Kubernetes v1.25. Use Pod Security Admission instead.
1686
1688
  cloudProviderAddConfig: 'On Kubernetes 1.27 or greater, the Amazon Cloud Provider requires additional configuration. See <a href="https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/amazon" target="_blank" rel="noopener noreferrer nofollow">the documentation</a> for more information.'
1687
1689
  machinePoolError: |-
1688
1690
  {count, plural,
@@ -1849,6 +1851,9 @@ cluster:
1849
1851
  cisOverride: Changing this setting may affect cluster security as it overrides default CIS settings
1850
1852
  cisUnsupported: The selected Kubernetes Version no longer supports CIS Profile "{cisProfile}". Please select a supported profile. We recommend reviewing the <a href="https://docs.rke2.io/security/hardening_guide" target="_blank" rel="noopener noreferrer nofollow">documentation</a> to evaluate the impact of changing the CIS Profile.
1851
1853
  modal:
1854
+ pspChange:
1855
+ title: Pod Security Policy deprecation
1856
+ body: <p>Kubernetes has removed support for Pod Security Policies (PSPs) starting with version 1.25. If your cluster has PodSecurityPolicy admission controller enabled via "kube-apiserver-arg.enable-admission-plugins" in Cluster YAML, it has to be <i>manually</i> removed before proceeding with the upgrade. Additionally, any PSPs that may be present in the cluster will no longer be available/enforced. Do you want to proceed?</p>
1852
1857
  editYamlMachinePool:
1853
1858
  title: Save Machine Configurations
1854
1859
  body: Machine Configurations define how machines in Pools are deployed.<br><br> They will be saved upfront to ensure valid Cluster YAML can be saved.
@@ -1862,15 +1867,11 @@ cluster:
1862
1867
  header: System Services
1863
1868
  cni:
1864
1869
  label: Container Network
1865
- cilium:
1866
- BandwidthManager:
1867
- enable: Enable Bandwidth Manager
1868
1870
  cloudProvider:
1869
1871
  label: Cloud Provider
1870
1872
  header: Cloud Provider Config
1871
1873
  defaultValue:
1872
1874
  label: Default - RKE2 Embedded
1873
- unsupported: The current Cloud Provider is not supported by this version of Kubernetes. The Cloud Provider has been changed to External. Please use the Cloud Provider Config to supply an out-of-tree configuration as needed.
1874
1875
  security:
1875
1876
  header: Security
1876
1877
  cis:
@@ -1903,8 +1904,8 @@ cluster:
1903
1904
  toolTip: "This can be either a fixed number of nodes (e.g. 1) at a time or a percentage (e.g. 10%)"
1904
1905
  drain:
1905
1906
  label: Drain Nodes
1906
- toolTip: Draining preemptively removes the pods on each node so there are no running workloads on the nodes being upgraded. Upgrading without draining is faster and causes less shuffling around, but pods may still be restarted depending on the upgrade being performed.
1907
- deleteEmptyDir:
1907
+ toolTip: Draining preemptively removes the pods on each node so there are no running workloads on the nodes being upgraded. Upgrading without draining is faster and causes less shuffling around, but pods may still be restarted depending on the upgrade being performed.
1908
+ deleteEmptyDir:
1908
1909
  warning: "By default, pods using emptyDir volumes will be deleted on upgrade. Operations reliant on emptyDir volumes persisting through the pod's lifecycle may be impacted."
1909
1910
  label: Delete pods using emptyDir volumes
1910
1911
  tooltip: emptyDir volumes are often used for ephemeral data, but the data will be permanently deleted. Draining will fail if this is not set and there are pods using emptyDir.
@@ -2049,8 +2050,6 @@ clusterIndexPage:
2049
2050
  etcd: Etcd
2050
2051
  scheduler: Scheduler
2051
2052
  controller-manager: Controller Manager
2052
- certs:
2053
- label: Certificates
2054
2053
 
2055
2054
  configmap:
2056
2055
  tabs:
@@ -2357,10 +2356,8 @@ glance:
2357
2356
  version: Kubernetes Version
2358
2357
  monitoringDashboard: Monitoring Dashboard
2359
2358
  installMonitoring: Install Monitoring
2360
- v1MonitoringInstalled: V1 Monitoring Installed
2361
2359
  clusterInfo: Cluster Information
2362
2360
  eventsTable: Full events list
2363
- secretsTable: Full secrets list
2364
2361
 
2365
2362
  clusterBadge:
2366
2363
  addLabel: Add Cluster Badge
@@ -2773,9 +2770,11 @@ landing:
2773
2770
  cpuUsed: CPU Used
2774
2771
  memoryUsed: Memory Used
2775
2772
  seeWhatsNew: Learn more about the improvements and new capabilities in this version.
2776
- whatsNewLink: "What's new in 2.9"
2773
+ whatsNewLink: "What's new in 2.8"
2777
2774
  learnMore: Learn More
2778
2775
  support: Support
2776
+ psps: PSPs
2777
+ deprecatedPsp: Pod Security Policies are deprecated as of Kubernetes v1.21, and have been removed in Kubernetes v1.25. You have one or more PodSecurityPolicy resource(s) in this cluster.
2779
2778
  community:
2780
2779
  title: Community Support
2781
2780
  docs: Docs
@@ -3164,9 +3163,9 @@ monitoring:
3164
3163
  label: Additional Secrets
3165
3164
  existing: Choose an existing config secret
3166
3165
  info: |
3167
- <span class="text-bold">Create default config</span>:<br>A Secret containing your Alertmanager Config will be created in the <pre class='inline-block m-0'>cattle-monitoring-system</pre> namespace on deploying this chart under the name <pre class='inline-block m-0'>alertmanager-rancher-monitoring-alertmanager</pre>. By default, this Secret will never be modified on an uninstall or upgrade of this chart. <br /><br />
3166
+ <span class="text-bold">Create default config</span>: A Secret containing your Alertmanager Config will be created in the <pre class='inline-block m-0'>cattle-monitoring-system</pre> namespace on deploying this chart under the name <pre class='inline-block m-0'>alertmanager-rancher-monitoring-alertmanager</pre>. By default, this Secret will never be modified on an uninstall or upgrade of this chart. <br />
3168
3167
  Once you have deployed this chart, you should edit the Secret via the UI in order to add your custom notification configurations that will be used by Alertmanager to send alerts. <br /> <br />
3169
- <span class="text-bold">Choose an existing config secret</span>:<br>You must specify a Secret that exists in the <pre class='inline-block m-0'>cattle-monitoring-system</pre> namespace. If the namespace does not exist, you will not be able to select an existing secret.
3168
+ <span class="text-bold">Choose an existing config secret</span>: You must specify a Secret that exists in the <pre class='inline-block m-0'>cattle-monitoring-system</pre> namespace. If the namespace does not exist, you will not be able to select an existing secret.
3170
3169
  label: Alertmanager Secret
3171
3170
  new: Create default config
3172
3171
  radio:
@@ -3338,15 +3337,6 @@ monitoring:
3338
3337
  bearerTokenSecret: Bearer Token Secret
3339
3338
  basicAuthUsername: Secret with Basic Auth Username
3340
3339
  basicAuthPassword: Secret with Basic Auth Password
3341
- installSteps:
3342
- uninstallV1:
3343
- stepTitle: Uninstall V1
3344
- stepSubtext: Uninstall Previous Monitoring
3345
- warning1: V1 Monitoring is currently deployed. This needs to be uninstalled before V2 monitoring can be installed.
3346
- warning2: <a target="blank" href="{docsBase}/monitoring-alerting/guides/migrating/" target='_blank' rel='noopener nofollow'>Learn more</a> about the migration steps to V2 Monitoring.
3347
- promptDescription: <div class="mt-20 mb-20">You are attempting to uninstall V1 Monitoring. Please ensure you have read the migration steps.</div>
3348
- success1: V1 monitoring successfully uninstalled.
3349
- success2: Press Next to continue
3350
3340
  tabs:
3351
3341
  alerting: Alerting
3352
3342
  general: General
@@ -4137,9 +4127,6 @@ plugins:
4137
4127
  image:
4138
4128
  label: Catalog Image Reference
4139
4129
  placeholder: "e.g. hub.docker.io/example-org/my-image:latest"
4140
- imagePullSecrets:
4141
- label: Image Pull Secrets
4142
- tooltip: Must be of Type `kubernetes.io/dockercfg` or `kubernetes.io/dockerconfigjson`
4143
4130
  secrets:
4144
4131
  banner: "If the registry that hosts the Catalog Image requires Pull Secrets, they must be created in the following namespace:<pre>cattle-ui-plugin-system</pre>"
4145
4132
  banner: This will create an Deployment, Service, and Helm repository to serve the extension charts.
@@ -4352,6 +4339,10 @@ project:
4352
4339
  vmDefaultResourceLimit: VM Default Resource Limit
4353
4340
  resourceQuotas: Resource Quotas
4354
4341
  haveOneOwner: There must be at least one member with the Owner role.
4342
+ psp:
4343
+ default: Cluster Default
4344
+ label: Pod Security Policy
4345
+ current: "{value} (Current)"
4355
4346
 
4356
4347
 
4357
4348
  projectMembers:
@@ -4657,6 +4648,9 @@ rbac:
4657
4648
  nodetemplates-manage:
4658
4649
  label: Manage Node Templates
4659
4650
  description: Allows the user to define, edit, and remove Node Templates.
4651
+ podsecuritypolicytemplates-manage:
4652
+ label: Manage Pod Security Policies (PSPs)
4653
+ description: Allows the user to define, edit, and remove PSPs.
4660
4654
  roles-manage:
4661
4655
  label: Manage Roles
4662
4656
  description: Allows the user to define, edit, and remove Role definitions.
@@ -4757,7 +4751,7 @@ resourceTable:
4757
4751
  machinePool: "<span>Pool:</span> {name}"
4758
4752
  notInANamespace: Not Namespaced
4759
4753
  notInAProject: Not in a Project
4760
- project: "<span>Project:</span> <span>{name}</span>"
4754
+ project: "<span>Project:</span> {name}"
4761
4755
  notInAWorkspace: Not in a Workspace
4762
4756
  workspace: "<span>Workspace:</span> {name}"
4763
4757
  notInANodePool: "Not in a Pool"
@@ -4790,26 +4784,13 @@ secret:
4790
4784
  authentication: Authentication
4791
4785
  certificate:
4792
4786
  certificate: Certificate
4793
- certificates: Certificates
4794
4787
  certificatePlaceholder: "Paste in the CA certificate, starting with -----BEGIN CERTIFICATE----"
4795
4788
  cn: Domain Name
4796
4789
  expires: Expires
4797
- expiresOn: Expires On
4798
- expiresDuration: Expires In
4799
- lifetime: Lifetime
4800
4790
  issuer: Issuer
4801
- paging: |-
4802
- {pages, plural,
4803
- =0 {No {pluralLabel}}
4804
- =1 {{count} {count, plural, =1 {{singularLabel}} other {{pluralLabel}}}}
4805
- other {{from} - {to} of {count} {pluralLabel}}}
4806
4791
  plusMore: "+ {n} more"
4807
4792
  privateKey: Private Key
4808
4793
  privateKeyPlaceholder: "Paste in the private key, typically starting with -----BEGIN RSA PRIVATE KEY-----"
4809
- warnings:
4810
- expiring: "{count} {count, plural, =1 {Certificate expires soon} other {Certificates expire soon}}"
4811
- expired: "{count} {count, plural, =1 {Certificate has expired} other {Certificates have expired}}"
4812
- filtered: ". Not all may be visible given the selected project/namespace filter"
4813
4794
  data: Data
4814
4795
  registry:
4815
4796
  address: Registry
@@ -5588,6 +5569,9 @@ tableHeaders:
5588
5569
  users: Users
5589
5570
  userDisplayName: Display Name
5590
5571
  userId: ID
5572
+ userDeletedIn: Delete After
5573
+ userDisabledIn: Disable After
5574
+ userLastLogin: Last Login
5591
5575
  userStatus: Status
5592
5576
  username: Local Username
5593
5577
  value: Value
@@ -5595,9 +5579,6 @@ tableHeaders:
5595
5579
  volume: Volume
5596
5580
  volumeMode: Volume Mode
5597
5581
  weight: Weight
5598
- clusterResources: Cluster Resources
5599
- repoPerClusterState: Cluster State
5600
- repoPerClusterStateTooltip: The state of the repo on the cluster
5601
5582
  target:
5602
5583
  router:
5603
5584
  label: Router
@@ -5611,6 +5592,10 @@ target:
5611
5592
  placeholder: Select a version
5612
5593
 
5613
5594
  user:
5595
+ state:
5596
+ active: 'Enabled'
5597
+ inactive: 'Disabled'
5598
+ unknown: 'Unknown'
5614
5599
  detail:
5615
5600
  username: Username
5616
5601
  globalPermissions:
@@ -5648,6 +5633,41 @@ user:
5648
5633
  placeholder: e.g. This account is for John Smith
5649
5634
  list:
5650
5635
  errorRefreshingGroupMemberships: Error refreshing group memberships
5636
+ retention:
5637
+ button:
5638
+ label: User retention settings
5639
+ growl:
5640
+ title: Save user retention settings
5641
+ message: User retention settings have been updated successfully
5642
+ edit:
5643
+ title:
5644
+ header: "Users: Settings"
5645
+ pre: "Users:"
5646
+ post: Settings
5647
+ subTitle: User retention
5648
+ form:
5649
+ disableAfter:
5650
+ checkbox: Disable user accounts after an inactivity period (duration since last login)
5651
+ input:
5652
+ label: Inactivity period
5653
+ tooltip: Uses duration units (e.g. use 30h for 30 hours)
5654
+ deleteAfter:
5655
+ checkbox: Delete user accounts after an inactivity period (duration since last login)
5656
+ input:
5657
+ label: Inactivity period
5658
+ tooltip: Uses duration units (e.g. use 30h for 30 hours)
5659
+ subLabel: This value must be larger than the Disable period, if it's active
5660
+ cron:
5661
+ label: User retention process schedule
5662
+ subLabel: The user retention process runs as a cron job (required)
5663
+ errorMessage: User retention process schedule must be a valid cron expression
5664
+ dryRun:
5665
+ label: Run the user retention process in DRY mode (no changes will be applied)
5666
+ subLabel: You can check the logs to see which accounts would be affected
5667
+ defaultLastLogin:
5668
+ label: Default last login (ms)
5669
+ subLabel: Accounts without a registered last login timestamp will get this as a default
5670
+ placeholder: Unix timestamp
5651
5671
  validation:
5652
5672
  noUpperCase: 'Alphanumeric characters in "{key}" must be lowercase'
5653
5673
  arrayLength:
@@ -5774,10 +5794,7 @@ validation:
5774
5794
  required: 'Port Rule [{position}] - Target Port is required'
5775
5795
  setting:
5776
5796
  serverUrl:
5777
- https: Server URL must be https.
5778
- localhost: If the Server URL is internal to the Rancher server (e.g. localhost) the downstream clusters may not be able to communicate with Rancher.
5779
- trailingForwardSlash: Server URL should not have a trailing forward slash.
5780
- url: Server URL must be an URL.
5797
+ https: server-url must be https.
5781
5798
  stringLength:
5782
5799
  between: '"{key}" should be between {min} and {max} {max, plural, =1 {character} other {characters}}'
5783
5800
  exactly: '"{key}" should be {count, plural, =1 {# character} other {# characters}}'
@@ -5895,9 +5912,7 @@ workload:
5895
5912
  exec: Command run inside the container exits with status 0
5896
5913
  image: Container Image
5897
5914
  imagePullPolicy: Pull Policy
5898
- imagePullSecrets:
5899
- label: Pull Secrets
5900
- tooltip: Must be of Type `kubernetes.io/dockercfg` or `kubernetes.io/dockerconfigjson`
5915
+ imagePullSecrets: Pull Secrets
5901
5916
  init: Init Container
5902
5917
  lifecycleHook:
5903
5918
  postStart:
@@ -7351,6 +7366,7 @@ customLinks:
7351
7366
  issues: File an Issue
7352
7367
  getStarted: Get Started
7353
7368
  commercialSupport: Commercial Support
7369
+ suseCollective: SUSE Collective
7354
7370
 
7355
7371
 
7356
7372
 
@@ -7401,17 +7417,6 @@ embedding:
7401
7417
  retry: Retry
7402
7418
  unavailable: Cluster Manager UI is not available
7403
7419
 
7404
- v1ClusterTools:
7405
- monitoring:
7406
- label: Monitoring (Legacy)
7407
- description: 'Legacy V1 monitoring. V1 Monitoring is deprecated since Rancher 2.5.0. <a target="blank" href="{docsBase}/monitoring-alerting/guides/migrating/">Learn more</a> about the migration steps to V2 Monitoring.'
7408
- logging:
7409
- label: Logging (Legacy)
7410
- description: 'Legacy V1 logging. V1 Logging is deprecated since Rancher 2.5.0. <a target="blank" href="{docsBase}/logging/migrating/">Learn more</a> about migrating to V2 Logging.'
7411
- istio:
7412
- label: Istio (Legacy)
7413
- description: 'Legacy V1 Istio. Istio v1.5 has been deprecated since Rancher 2.5.0. <a target="blank" href="{docsBase}/istio/#migrate-from-previous-istio-version">Learn more</a> about migrating to the latest version.'
7414
-
7415
7420
  legacy:
7416
7421
  alerts: Alerts
7417
7422
  apps: Apps
@@ -7422,6 +7427,7 @@ legacy:
7422
7427
  globalDnsProviders: Global DNS Providers
7423
7428
  notifiers: Notifiers
7424
7429
  monitoring: Monitoring
7430
+ psps: Pod Security Policy Templates
7425
7431
  secrets: Secrets
7426
7432
 
7427
7433
  project:
@@ -845,6 +845,9 @@ catalog:
845
845
  keywords: 关键词
846
846
  errors:
847
847
  clusterToolExists: 此 Chart 含有固定的命名空间和名称。找到一个匹配的 <a href="{url}">应用</a>,任何修改都将应用于此应用。
848
+ banner:
849
+ legacy: 'PSP 删除:在将集群升级到 Kubernetes 1.25+ 之前,请确保你针对 PSP 检查了 Helm 应用程序并相应进行更新'
850
+ enablePSP: 启用 Pod 安全策略
848
851
  global: 全局
849
852
  charts:
850
853
  all: 全部
@@ -884,7 +887,7 @@ catalog:
884
887
  requiresFound: '在安装这个 Chart 前,你需要安装<a href="{url}">{name}</a>。'
885
888
  requiresMissing: '这个 Chart 另一个提供 {name} 的 Chart,但我们找不到这个Chart。'
886
889
  insufficientCpu: '这个 Chart 需要 {need, number} 个 CPU 核,但集群只有 {have, number} 个可用。'
887
- insufficientMemory: '这个 Chart 需要 {need} 内存,但集群只有 {have} 可用。'
890
+ insufficientMemory: '这个 Cchart 需要 {need} 内存,但集群只有 {have} 可用。'
888
891
  legacy:
889
892
  label: 这是个 {legacyType} 应用,无法在这里修改。
890
893
  enableLegacy:
@@ -1670,7 +1673,10 @@ cluster:
1670
1673
  os: '你正在将 {newOS} worker 节点添加到具有一个或多个 {existingOS} worker 节点的集群。你可能需要升级或删除某些已安装的应用。'
1671
1674
  rke2-k3-reprovisioning: '更改集群配置可能导致节点重新配置。详情请参见 <a target="blank" href="{docsBase}/cluster-provisioning/rke-clusters/behavior-differences-between-rke1-and-rke2/" target="_blank" rel="noopener nofollow">文档</a>。'
1672
1675
  desiredNodeGroupWarning: 没有可用于运行 Cluster Agent 的节点。要让集群变为 Active 状态,至少需要有 1 个可用的节点。
1676
+ invalidPsps: 你在此集群中有一个或多个 PSP 资源。Pod 安全策略在 Kubernetes v1.25 中不可用并将自动删除。
1673
1677
  haveArgInfo: 所选 Kubernetes 版本的配置信息不可用。此屏幕中可用的选项将受到限制,你可能需要使用 YAML 编辑器。
1678
+ deprecatedPsp: Pod 安全策略自 Kubernetes v1.21 起已弃用,并已在 Kubernetes v1.25 中删除。
1679
+ removedPsp: Pod 安全策略已在 Kubernetes v1.25 中删除,请改用 Pod Security Admission。
1674
1680
  rkeTemplateUpgrade: 模板修订版 {name} 可用于升级
1675
1681
 
1676
1682
  availabilityWarnings:
@@ -1829,6 +1835,10 @@ cluster:
1829
1835
  psaChange: PSACT 现在自动设置为 Rancher 默认值
1830
1836
  cisOverride: 更改此设置可能会影响集群安全,因为它会覆盖默认的 CIS 设置
1831
1837
  cisUnsupported: 所选 Kubernetes 版本不再支持 CIS 配置文件 “{cisProfile}”,请选择支持的配置文件。建议你查看<a href="https://docs.rke2.io/security/hardening_guide" target="_blank" rel="noopener noreferrer nofollow">文档</a>评估更改 CIS 配置文件的影响。
1838
+ modal:
1839
+ pspChange:
1840
+ title: 弃用 Pod 安全策略
1841
+ body: <p>从 v1.25 版开始,Kubernetes 已经取消了对 Pod 安全策略 (PSP) 的支持。如果你的集群通过集群 YAML 中的 “kube-apiserver-arg.enable-admission-plugins” 启用了 PodSecurityPolicy 准入控制器,你必须在继续升级之前<i>手动</i>删除它。此外,集群中存在的任何 PSP 将不再可用或强制执行。是否继续操作?</p>
1832
1842
  snapshots:
1833
1843
  suffix: 每个节点的快照
1834
1844
  systemService:
@@ -2080,7 +2090,7 @@ drainNode:
2080
2090
  etcdInfoBanner:
2081
2091
  hasLeader: "ETCD 有一个 Leader:"
2082
2092
  leaderChanges: "Leader 变化的次数:"
2083
- failedProposals: "失败的 proposal 数量:"
2093
+ failedProposals: "失败的 proposal 数量"
2084
2094
 
2085
2095
  fleet:
2086
2096
  dashboard:
@@ -2313,7 +2323,6 @@ glance:
2313
2323
  version: Kubernetes 版本
2314
2324
  monitoringDashboard: 监控仪表板
2315
2325
  installMonitoring: 安装 Monitoring
2316
- v1MonitoringInstalled: 已安装 Monitoring V1
2317
2326
  clusterInfo: 集群信息
2318
2327
  eventsTable: 完整事件列表
2319
2328
 
@@ -2728,6 +2737,8 @@ landing:
2728
2737
  whatsNewLink: "2.8 的新功能"
2729
2738
  learnMore: 了解更多
2730
2739
  support: 支持
2740
+ psps: PSP
2741
+ deprecatedPsp: Pod 安全策略自 Kubernetes v1.21 起已弃用,并已在 Kubernetes v1.25 中删除。你在此集群中有一个或多个 PSP 资源。
2731
2742
  community:
2732
2743
  title: 社区支持
2733
2744
  docs: Rancher 官方文档
@@ -3290,15 +3301,6 @@ monitoring:
3290
3301
  bearerTokenSecret: 持有者令牌密文
3291
3302
  basicAuthUsername: 具有基本认证用户名的密文
3292
3303
  basicAuthPassword: 具有基本认证密码的密文
3293
- installSteps:
3294
- uninstallV1:
3295
- stepTitle: 卸载 V1
3296
- stepSubtext: 卸载旧版 Monitoring
3297
- warning1: 已部署 Monitoring V1。你需要先卸载 Monitoring V1 才能安装 Monitoring V2。
3298
- warning2: <a target="blank" href="{docsBase}/monitoring-alerting/guides/migrating/" target='_blank' rel='noopener nofollow'>了解迁移到 Monitoring V2 的步骤</a>。
3299
- promptDescription: <div class="mt-20 mb-20">你正在尝试卸载 Monitoring V1。请确保你已阅读迁移步骤。</div>
3300
- success1: Monitoring V1 已成功卸载。
3301
- success2: 点击下一步继续
3302
3304
  tabs:
3303
3305
  alerting: 告警
3304
3306
  general: 通用
@@ -4302,6 +4304,10 @@ project:
4302
4304
  vmDefaultResourceLimit: 虚拟机默认资源限制
4303
4305
  resourceQuotas: 资源配额
4304
4306
  haveOneOwner: 至少有一名成员需要具有所有者角色。
4307
+ psp:
4308
+ default: 集群默认
4309
+ label: Pod 安全策略
4310
+ current: "{value} (Current)"
4305
4311
 
4306
4312
 
4307
4313
  projectMembers:
@@ -4606,6 +4612,9 @@ rbac:
4606
4612
  nodetemplates-manage:
4607
4613
  label: 管理节点模板
4608
4614
  description: 允许用户定义、编辑和移除节点模板。
4615
+ podsecuritypolicytemplates-manage:
4616
+ label: 管理 Pod 安全策略(PSP)
4617
+ description: 允许用户定义、编辑和移除 Pod 安全策略。
4609
4618
  roles-manage:
4610
4619
  label: 管理角色
4611
4620
  description: 允许用户定义、编辑和移除角色定义。
@@ -7339,17 +7348,6 @@ embedding:
7339
7348
  retry: 重试
7340
7349
  unavailable: Cluster Manager UI 不可用
7341
7350
 
7342
- v1ClusterTools:
7343
- monitoring:
7344
- label: Monitoring(旧版)
7345
- description: '旧版 Monitoring V1。自 Rancher 2.5.0 起,我们已弃用 Monitoring V1。了解<a target="blank" href="{docsBase}/monitoring-alerting/guides/migrating/">迁移到 Monitoring V2 的步骤</a>。'
7346
- logging:
7347
- label: Logging(旧版)
7348
- description: '旧版 Logging V1。自 Rancher 2.5.0 起,我们已弃用 Logging V1。了解<a target="blank" href="{docsBase}/logging/migrating/">迁移到 Logging V2 的步骤</a>。'
7349
- istio:
7350
- label: Istio(旧版)
7351
- description: '旧版 Istio V1。自 Rancher 2.5.0 起,我们已弃用 Istio V1.5。了解<a target="blank" href="{docsBase}/istio/#migrate-from-previous-istio-version">迁移到最新版本</a> 的更多信息。'
7352
-
7353
7351
  legacy:
7354
7352
  alerts: 告警
7355
7353
  apps: 应用
@@ -7360,6 +7358,7 @@ legacy:
7360
7358
  globalDnsProviders: 全局 DNS 提供商
7361
7359
  notifiers: Notifiers
7362
7360
  monitoring: 监控
7361
+ psps: Pod 安全策略模板
7363
7362
  secrets: 密文
7364
7363
 
7365
7364
  project:
@@ -7440,6 +7439,9 @@ charts:
7440
7439
  service.ui.type:
7441
7440
  label: Longhorn UI 服务
7442
7441
  description: 定义 Longhorn UI 服务类型
7442
+ enablePSP:
7443
+ label: Pod 安全策略
7444
+ description: 为 Longhorn 工作负载设置 Pod 安全策略
7443
7445
  csi.kubeletRootDir:
7444
7446
  label: Kubelet 根目录
7445
7447
  description: 指定 kubelet root-dir。如留空,则自动检测。