@rancher/shell 3.0.7 → 3.0.8-rc.10
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.
- package/assets/brand/suse/banner.svg +1 -0
- package/assets/brand/suse/dark/banner.svg +1 -0
- package/assets/brand/suse/dark/login-landscape.svg +1 -0
- package/assets/brand/suse/dark/rancher-logo.svg +1 -1
- package/assets/brand/suse/favicon.png +0 -0
- package/assets/brand/suse/login-landscape.svg +1 -0
- package/assets/brand/suse/metadata.json +11 -1
- package/assets/brand/suse/rancher-logo.svg +1 -1
- package/assets/fonts/suse/suse-v2-latin-300.woff +0 -0
- package/assets/fonts/suse/suse-v2-latin-300.woff2 +0 -0
- package/assets/fonts/suse/suse-v2-latin-600.woff +0 -0
- package/assets/fonts/suse/suse-v2-latin-600.woff2 +0 -0
- package/assets/fonts/suse/suse-v2-latin-700.woff +0 -0
- package/assets/fonts/suse/suse-v2-latin-700.woff2 +0 -0
- package/assets/fonts/suse/suse-v2-latin-800.woff +0 -0
- package/assets/fonts/suse/suse-v2-latin-800.woff2 +0 -0
- package/assets/fonts/suse/suse-v2-latin-regular.woff +0 -0
- package/assets/fonts/suse/suse-v2-latin-regular.woff2 +0 -0
- package/assets/images/content/README.md +5 -0
- package/assets/images/content/cloud-native.svg +84 -0
- package/assets/images/content/dark/cloud-native.svg +21 -0
- package/assets/images/content/dark/shield.svg +59 -0
- package/assets/images/content/dark/suse.svg +10 -0
- package/assets/images/content/shield.svg +59 -0
- package/assets/images/content/suse.svg +10 -0
- package/assets/images/vendor/githubapp.svg +13 -0
- package/assets/styles/base/_typography.scss +2 -1
- package/assets/styles/fonts/_fontstack.scss +53 -1
- package/assets/styles/global/_cards.scss +0 -3
- package/assets/styles/global/_layout.scss +21 -35
- package/assets/styles/themes/_dark.scss +1 -1
- package/assets/styles/themes/_light.scss +1 -1
- package/assets/styles/themes/_modern.scss +16 -8
- package/assets/styles/themes/_suse.scss +116 -24
- package/assets/translations/en-us.yaml +185 -21
- package/assets/translations/zh-hans.yaml +0 -4
- package/components/AutoscalerCard.vue +113 -0
- package/components/AutoscalerTab.vue +94 -0
- package/components/BackLink.vue +8 -0
- package/components/BannerGraphic.vue +36 -21
- package/components/BrandImage.vue +17 -6
- package/components/ClusterIconMenu.vue +1 -1
- package/components/ClusterProviderIcon.vue +1 -1
- package/components/Cron/CronExpressionEditor.vue +1 -1
- package/components/Cron/CronExpressionEditorModal.vue +1 -1
- package/components/Drawer/Chrome.vue +2 -6
- package/components/Drawer/ResourceDetailDrawer/ConfigTab.vue +4 -9
- package/components/Drawer/ResourceDetailDrawer/YamlTab.vue +3 -8
- package/components/Drawer/ResourceDetailDrawer/composables.ts +3 -4
- package/components/Drawer/ResourceDetailDrawer/index.vue +4 -9
- package/components/Drawer/ResourceDetailDrawer/types.ts +17 -0
- package/components/Drawer/types.ts +3 -0
- package/components/DynamicContent/DynamicContentBanner.vue +102 -0
- package/components/DynamicContent/DynamicContentCloseButton.vue +42 -0
- package/components/DynamicContent/DynamicContentIcon.vue +132 -0
- package/components/DynamicContent/DynamicContentPanel.vue +112 -0
- package/components/DynamicContent/content.ts +78 -0
- package/components/EmberPage.vue +1 -1
- package/components/IconOrSvg.vue +2 -2
- package/components/Inactivity.vue +222 -106
- package/components/InstallHelmCharts.vue +2 -2
- package/components/PaginatedResourceTable.vue +2 -6
- package/components/PopoverCard.vue +192 -0
- package/components/Questions/__tests__/index.test.ts +159 -0
- package/components/Resource/Detail/CopyToClipboard.vue +4 -1
- package/components/Resource/Detail/FetchLoader/composables.ts +18 -4
- package/components/Resource/Detail/Metadata/Annotations/index.vue +2 -2
- package/components/Resource/Detail/Metadata/IdentifyingInformation/__tests__/identifying-fields.test.ts +1 -1
- package/components/Resource/Detail/Metadata/IdentifyingInformation/identifying-fields.ts +4 -0
- package/components/Resource/Detail/Metadata/KeyValueRow.vue +1 -1
- package/components/Resource/Detail/Metadata/Labels/index.vue +2 -2
- package/components/Resource/Detail/Metadata/composables.ts +9 -9
- package/components/Resource/Detail/Metadata/index.vue +3 -3
- package/components/Resource/Detail/ResourcePopover/ResourcePopoverCard.vue +2 -19
- package/components/Resource/Detail/ResourcePopover/__tests__/ResourcePopoverCard.test.ts +0 -29
- package/components/Resource/Detail/ResourcePopover/__tests__/index.test.ts +132 -150
- package/components/Resource/Detail/ResourcePopover/index.vue +54 -159
- package/components/Resource/Detail/TitleBar/__tests__/index.test.ts +0 -2
- package/components/Resource/Detail/TitleBar/composables.ts +2 -1
- package/components/Resource/Detail/TitleBar/index.vue +10 -6
- package/components/Resource/Detail/composables.ts +12 -0
- package/components/ResourceDetail/Masthead/latest.vue +29 -0
- package/components/ResourceDetail/index.vue +5 -2
- package/components/ResourceList/Masthead.vue +1 -1
- package/components/SortableTable/index.vue +18 -2
- package/components/Tabbed/__tests__/index.test.ts +86 -0
- package/components/{nav/WindowManager → Window}/ContainerLogs.vue +1 -1
- package/components/{nav/WindowManager → Window}/ContainerLogsActions.vue +1 -0
- package/components/{nav/WindowManager → Window}/__tests__/ContainerLogs.test.ts +1 -1
- package/components/{nav/WindowManager → Window}/__tests__/ContainerShell.test.ts +2 -2
- package/components/__tests__/AutoscalerCard.test.ts +154 -0
- package/components/__tests__/AutoscalerTab.test.ts +125 -0
- package/components/__tests__/PopoverCard.test.ts +204 -0
- package/components/auth/SelectPrincipal.vue +24 -6
- package/components/auth/__tests__/SelectPrincipal.test.ts +119 -0
- package/components/fleet/FleetConfigMapSelector.vue +117 -0
- package/components/fleet/FleetSecretSelector.vue +127 -0
- package/components/fleet/__tests__/FleetConfigMapSelector.test.ts +125 -0
- package/components/fleet/__tests__/FleetSecretSelector.test.ts +82 -0
- package/components/form/FileImageSelector.vue +13 -4
- package/components/form/FileSelector.vue +11 -2
- package/components/form/ResourceLabeledSelect.vue +1 -0
- package/components/form/__tests__/ResourceLabeledSelect.test.ts +90 -0
- package/components/formatter/Autoscaler.vue +97 -0
- package/components/formatter/InternalExternalIP.vue +198 -24
- package/components/formatter/__tests__/Autoscaler.test.ts +156 -0
- package/components/formatter/__tests__/InternalExternalIP.test.ts +133 -0
- package/components/google/util/__tests__/formatter.test.ts +47 -0
- package/components/google/util/formatter.ts +5 -2
- package/components/nav/Group.vue +12 -3
- package/components/nav/Header.vue +37 -16
- package/components/nav/NamespaceFilter.vue +13 -1
- package/components/nav/NotificationCenter/index.vue +2 -1
- package/components/nav/TopLevelMenu.helper.ts +16 -6
- package/components/nav/TopLevelMenu.vue +4 -2
- package/components/{DraggableZone.vue → nav/WindowManager/PinArea.vue} +47 -80
- package/components/nav/WindowManager/composables/useComponentsMount.ts +70 -0
- package/components/nav/WindowManager/composables/useDimensionsHandler.ts +105 -0
- package/components/nav/WindowManager/composables/useDragHandler.ts +99 -0
- package/components/nav/WindowManager/composables/usePanelHandler.ts +72 -0
- package/components/nav/WindowManager/composables/usePanelsHandler.ts +14 -0
- package/components/nav/WindowManager/composables/useResizeHandler.ts +167 -0
- package/components/nav/WindowManager/composables/useTabsHandler.ts +51 -0
- package/components/nav/WindowManager/constants.ts +23 -0
- package/components/nav/WindowManager/index.vue +61 -575
- package/components/nav/WindowManager/panels/HorizontalPanel.vue +265 -0
- package/components/nav/WindowManager/panels/TabBodyContainer.vue +39 -0
- package/components/nav/WindowManager/panels/VerticalPanel.vue +308 -0
- package/components/templates/default.vue +4 -40
- package/components/templates/home.vue +31 -5
- package/components/templates/plain.vue +30 -4
- package/components/templates/standalone.vue +1 -1
- package/composables/useI18n.ts +10 -1
- package/composables/useInterval.ts +15 -0
- package/config/__test__/uiplugins.test.ts +309 -0
- package/config/labels-annotations.js +9 -1
- package/config/product/auth.js +1 -0
- package/config/product/explorer.js +3 -1
- package/config/product/manager.js +20 -9
- package/config/query-params.js +1 -0
- package/config/router/routes.js +10 -2
- package/config/settings.ts +10 -2
- package/config/store.js +4 -2
- package/config/table-headers.js +8 -0
- package/config/types.js +11 -0
- package/config/uiplugins.js +46 -2
- package/config/version.js +1 -1
- package/core/__test__/extension-manager-impl.test.js +236 -0
- package/core/extension-manager-impl.js +23 -6
- package/core/plugin-helpers.ts +2 -0
- package/core/types-provisioning.ts +4 -1
- package/detail/pod.vue +1 -0
- package/detail/provisioning.cattle.io.cluster.vue +13 -1
- package/dialog/AddonConfigConfirmationDialog.vue +45 -1
- package/dialog/DeveloperLoadExtensionDialog.vue +12 -3
- package/dialog/RollbackWorkloadDialog.vue +2 -5
- package/directives/ui-context.ts +103 -0
- package/edit/__tests__/fleet.cattle.io.helmop.test.ts +52 -11
- package/edit/auth/AuthProviderWarningBanners.vue +14 -1
- package/edit/auth/__tests__/oidc.test.ts +26 -0
- package/edit/auth/github-app-steps.vue +97 -0
- package/edit/auth/github-steps.vue +75 -0
- package/edit/auth/github.vue +99 -65
- package/edit/auth/oidc.vue +5 -1
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +1 -0
- package/edit/cloudcredential.vue +1 -1
- package/edit/configmap.vue +1 -0
- package/edit/constraints.gatekeeper.sh.constraint/index.vue +1 -0
- package/edit/fleet.cattle.io.gitrepo.vue +0 -10
- package/edit/fleet.cattle.io.helmop.vue +51 -2
- package/edit/helm.cattle.io.projecthelmchart.vue +1 -0
- package/edit/k8s.cni.cncf.io.networkattachmentdefinition.vue +1 -0
- package/edit/logging-flow/index.vue +1 -0
- package/edit/logging.banzaicloud.io.output/index.vue +1 -0
- package/edit/management.cattle.io.fleetworkspace.vue +1 -1
- package/edit/management.cattle.io.project.vue +1 -0
- package/edit/monitoring.coreos.com.alertmanagerconfig/index.vue +4 -1
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +2 -1
- package/edit/monitoring.coreos.com.prometheusrule/index.vue +1 -0
- package/edit/monitoring.coreos.com.receiver/index.vue +2 -1
- package/edit/monitoring.coreos.com.route.vue +1 -1
- package/edit/namespace.vue +1 -0
- package/edit/networking.istio.io.destinationrule/index.vue +1 -0
- package/edit/networking.k8s.io.ingress/index.vue +1 -0
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +15 -5
- package/edit/networking.k8s.io.networkpolicy/PolicyRules.vue +1 -0
- package/edit/networking.k8s.io.networkpolicy/index.vue +1 -0
- package/edit/node.vue +1 -0
- package/edit/persistentvolume/index.vue +27 -22
- package/edit/persistentvolume/plugins/awsElasticBlockStore.vue +13 -14
- package/edit/persistentvolume/plugins/azureDisk.vue +49 -48
- package/edit/persistentvolume/plugins/azureFile.vue +15 -14
- package/edit/persistentvolume/plugins/cephfs.vue +15 -14
- package/edit/persistentvolume/plugins/cinder.vue +15 -14
- package/edit/persistentvolume/plugins/csi.vue +18 -16
- package/edit/persistentvolume/plugins/fc.vue +13 -14
- package/edit/persistentvolume/plugins/flexVolume.vue +15 -14
- package/edit/persistentvolume/plugins/flocker.vue +1 -3
- package/edit/persistentvolume/plugins/gcePersistentDisk.vue +13 -14
- package/edit/persistentvolume/plugins/glusterfs.vue +15 -14
- package/edit/persistentvolume/plugins/hostPath.vue +40 -39
- package/edit/persistentvolume/plugins/iscsi.vue +13 -14
- package/edit/persistentvolume/plugins/local.vue +1 -3
- package/edit/persistentvolume/plugins/longhorn.vue +23 -22
- package/edit/persistentvolume/plugins/nfs.vue +15 -14
- package/edit/persistentvolume/plugins/photonPersistentDisk.vue +1 -14
- package/edit/persistentvolume/plugins/portworxVolume.vue +15 -14
- package/edit/persistentvolume/plugins/quobyte.vue +15 -14
- package/edit/persistentvolume/plugins/rbd.vue +15 -14
- package/edit/persistentvolume/plugins/scaleIO.vue +15 -14
- package/edit/persistentvolume/plugins/storageos.vue +15 -14
- package/edit/persistentvolume/plugins/vsphereVolume.vue +1 -3
- package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +32 -5
- package/edit/provisioning.cattle.io.cluster/__tests__/CustomCommand.test.ts +35 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/Networking.test.ts +155 -0
- package/edit/provisioning.cattle.io.cluster/__tests__/rke2.test.ts +11 -9
- package/edit/provisioning.cattle.io.cluster/index.vue +25 -15
- package/edit/provisioning.cattle.io.cluster/rke2.vue +98 -17
- package/edit/provisioning.cattle.io.cluster/tabs/AddOnConfig.vue +28 -2
- package/edit/provisioning.cattle.io.cluster/tabs/MachinePool.vue +107 -5
- package/edit/provisioning.cattle.io.cluster/tabs/networking/index.vue +92 -4
- package/edit/secret/index.vue +1 -1
- package/edit/service.vue +9 -4
- package/edit/serviceaccount.vue +1 -0
- package/edit/storage.k8s.io.storageclass/index.vue +1 -0
- package/edit/workload/index.vue +2 -1
- package/edit/workload/mixins/workload.js +1 -1
- package/initialize/App.vue +4 -4
- package/initialize/install-directives.js +2 -0
- package/initialize/install-plugins.js +19 -2
- package/list/projectsecret.vue +1 -1
- package/list/provisioning.cattle.io.cluster.vue +15 -2
- package/machine-config/amazonec2.vue +42 -135
- package/machine-config/azure.vue +1 -1
- package/machine-config/components/EC2Networking.vue +490 -0
- package/machine-config/components/__tests__/EC2Networking.test.ts +148 -0
- package/machine-config/components/__tests__/utils/vpcSubnetMockData.js +294 -0
- package/machine-config/digitalocean.vue +11 -0
- package/machine-config/google.vue +1 -1
- package/mixins/__tests__/brand.spec.ts +2 -2
- package/mixins/__tests__/chart.test.ts +21 -0
- package/mixins/brand.js +1 -7
- package/mixins/chart.js +8 -2
- package/mixins/create-edit-view/index.js +5 -0
- package/models/__tests__/chart.test.ts +49 -12
- package/models/__tests__/compliance.cattle.io.clusterscanprofile.spec.js +30 -0
- package/models/__tests__/provisioning.cattle.io.cluster.test.ts +112 -5
- package/models/catalog.cattle.io.app.js +1 -1
- package/models/chart.js +28 -14
- package/models/cluster/node.js +13 -6
- package/models/cluster.x-k8s.io.machine.js +10 -20
- package/models/cluster.x-k8s.io.machinedeployment.js +5 -1
- package/models/compliance.cattle.io.clusterscanprofile.js +1 -1
- package/models/management.cattle.io.authconfig.js +1 -0
- package/models/management.cattle.io.cluster.js +21 -3
- package/models/management.cattle.io.kontainerdriver.js +1 -0
- package/models/provisioning.cattle.io.cluster.js +249 -33
- package/package.json +6 -5
- package/pages/auth/login.vue +43 -4
- package/pages/auth/verify.vue +1 -1
- package/pages/c/_cluster/apps/charts/AppChartCardSubHeader.vue +3 -2
- package/pages/c/_cluster/apps/charts/__tests__/chart.test.ts +135 -0
- package/pages/c/_cluster/apps/charts/chart.vue +35 -17
- package/pages/c/_cluster/apps/charts/index.vue +11 -13
- package/pages/c/_cluster/apps/charts/install.vue +1 -1
- package/pages/c/_cluster/explorer/EventsTable.vue +89 -3
- package/pages/c/_cluster/explorer/index.vue +8 -6
- package/pages/c/_cluster/explorer/tools/index.vue +3 -3
- package/pages/c/_cluster/manager/hostedprovider/index.vue +220 -0
- package/pages/c/_cluster/settings/brand.vue +1 -1
- package/pages/c/_cluster/settings/performance.vue +12 -25
- package/pages/c/_cluster/uiplugins/__tests__/index.test.ts +7 -0
- package/pages/c/_cluster/uiplugins/catalogs.vue +147 -0
- package/pages/c/_cluster/uiplugins/index.vue +126 -184
- package/pages/home.vue +327 -16
- package/pkg/dynamic-importer.lib.js +4 -0
- package/plugins/axios.js +2 -1
- package/plugins/dashboard-client-init.js +3 -0
- package/plugins/dashboard-store/actions.js +1 -1
- package/plugins/dashboard-store/getters.js +18 -1
- package/plugins/dashboard-store/resource-class.js +21 -6
- package/plugins/dynamic-content.js +13 -0
- package/plugins/i18n.js +8 -0
- package/plugins/steve/__tests__/steve-pagination-utils.test.ts +333 -0
- package/plugins/steve/steve-pagination-utils.ts +41 -22
- package/plugins/steve/subscribe.js +17 -9
- package/plugins/subscribe-events.ts +4 -2
- package/rancher-components/Form/Checkbox/Checkbox.vue +1 -1
- package/rancher-components/Pill/RcStatusBadge/RcStatusBadge.vue +6 -34
- package/rancher-components/Pill/RcStatusBadge/index.ts +0 -1
- package/rancher-components/Pill/RcStatusBadge/types.ts +1 -1
- package/rancher-components/Pill/RcStatusIndicator/RcStatusIndicator.vue +5 -28
- package/rancher-components/Pill/RcStatusIndicator/types.ts +2 -1
- package/rancher-components/Pill/types.ts +0 -1
- package/rancher-components/RcDropdown/RcDropdownItem.vue +1 -0
- package/rancher-components/RcDropdown/RcDropdownItemSelect.vue +5 -1
- package/rancher-components/RcIcon/RcIcon.test.ts +51 -0
- package/rancher-components/RcIcon/RcIcon.vue +46 -0
- package/rancher-components/RcIcon/index.ts +1 -0
- package/rancher-components/RcIcon/types.ts +160 -0
- package/rancher-components/utils/status.test.ts +67 -0
- package/rancher-components/utils/status.ts +77 -0
- package/scripts/extension/publish +1 -1
- package/scripts/typegen.sh +1 -0
- package/store/action-menu.js +8 -0
- package/store/auth.js +11 -6
- package/store/aws.js +8 -6
- package/store/catalog.js +6 -0
- package/store/features.js +2 -0
- package/store/index.js +45 -20
- package/store/notifications.ts +51 -4
- package/store/plugins.js +7 -3
- package/store/prefs.js +12 -6
- package/store/type-map.js +3 -3
- package/store/ui-context.ts +86 -0
- package/store/wm.ts +244 -0
- package/types/kube/kube-api.ts +2 -1
- package/types/notifications/index.ts +27 -3
- package/types/rancher/index.d.ts +1 -0
- package/types/resources/settings.d.ts +29 -7
- package/types/shell/index.d.ts +138 -4
- package/types/store/__tests__/pagination.types.spec.ts +137 -0
- package/types/store/pagination.types.ts +157 -9
- package/types/store/subscribe-events.types.ts +8 -1
- package/types/store/subscribe.types.ts +1 -0
- package/types/window-manager.ts +24 -0
- package/utils/__tests__/cluster.test.ts +379 -1
- package/utils/__tests__/object.test.ts +19 -0
- package/utils/__tests__/provider.test.ts +98 -0
- package/utils/__tests__/selector-typed.test.ts +263 -0
- package/utils/__tests__/version.test.ts +19 -1
- package/utils/autoscaler-utils.ts +7 -0
- package/utils/back-off.ts +3 -3
- package/utils/brand.ts +29 -0
- package/utils/chart.js +18 -0
- package/utils/cluster.js +157 -3
- package/utils/color.js +1 -1
- package/utils/dynamic-content/__tests__/announcement.test.ts +498 -0
- package/utils/dynamic-content/__tests__/config.test.ts +187 -0
- package/utils/dynamic-content/__tests__/index.test.ts +390 -0
- package/utils/dynamic-content/__tests__/info.test.ts +275 -0
- package/utils/dynamic-content/__tests__/new-release.test.ts +216 -0
- package/utils/dynamic-content/__tests__/support-notice.test.ts +262 -0
- package/utils/dynamic-content/__tests__/util.test.ts +235 -0
- package/utils/dynamic-content/announcement.ts +142 -0
- package/utils/dynamic-content/config.ts +55 -0
- package/utils/dynamic-content/example.json +40 -0
- package/utils/dynamic-content/index.ts +277 -0
- package/utils/dynamic-content/info.ts +261 -0
- package/utils/dynamic-content/new-release.ts +126 -0
- package/utils/dynamic-content/notification-handler.ts +48 -0
- package/utils/dynamic-content/support-notice.ts +169 -0
- package/utils/dynamic-content/types.d.ts +153 -0
- package/utils/dynamic-content/util.ts +122 -0
- package/utils/dynamic-importer.js +2 -2
- package/utils/favicon.js +4 -4
- package/utils/inactivity.ts +104 -0
- package/utils/object.js +20 -2
- package/utils/pagination-utils.ts +19 -4
- package/utils/pagination-wrapper.ts +12 -8
- package/utils/provider.ts +14 -0
- package/utils/release-notes.ts +1 -1
- package/utils/scroll.js +7 -0
- package/utils/selector-typed.ts +6 -2
- package/utils/settings.ts +15 -0
- package/utils/validators/machine-pool.ts +13 -3
- package/utils/version.js +15 -0
- package/assets/images/icons/document.svg +0 -3
- package/plugins/nuxt-client-init.js +0 -3
- package/store/wm.js +0 -95
- /package/components/{nav/WindowManager → Window}/ChartReadme.vue +0 -0
- /package/components/{nav/WindowManager → Window}/ContainerShell.vue +0 -0
- /package/components/{nav/WindowManager → Window}/KubectlShell.vue +0 -0
- /package/components/{nav/WindowManager → Window}/MachineSsh.vue +0 -0
- /package/components/{nav/WindowManager → Window}/Window.vue +0 -0
|
@@ -1,27 +1,119 @@
|
|
|
1
1
|
.suse {
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
|
|
6
|
-
--primary : #{$primary};
|
|
7
|
-
--primary-text : #fff;
|
|
8
|
-
--primary-hover-bg : #{darken($primary, 10%)};
|
|
9
|
-
--primary-hover-text : #{saturate($lightest, 20%)};
|
|
10
|
-
--primary-active-bg : #{darken($primary, 25%)};
|
|
11
|
-
--primary-active-text : #{contrast-color(darken($primary, 25%))};
|
|
12
|
-
--primary-border : #{$primary};
|
|
13
|
-
--primary-banner-bg : #{rgba($primary, 0.15)};
|
|
14
|
-
--primary-light-bg : #{rgba($primary, 0.05)};
|
|
15
|
-
--primary-keyboard-focus : hsl(from var(--primary) h s calc(l - 10));
|
|
16
|
-
|
|
17
|
-
--info : #{$info};
|
|
18
|
-
--info-text : #{contrast-color($info)};
|
|
19
|
-
--info-hover-bg : #{darken($info, 10%)};
|
|
20
|
-
--info-hover-text : #{saturate($lightest, 20%)};
|
|
21
|
-
--info-active-bg : #{darken($info, 25%)};
|
|
22
|
-
--info-active-text : #{contrast-color(darken($info, 25%))};
|
|
23
|
-
--info-border : #{$info};
|
|
24
|
-
--info-banner-bg : #{rgba($info, 0.15)};
|
|
25
|
-
--info-light-bg : #{rgba($info, 0.05)};
|
|
2
|
+
$green-jungle : #30BA78;
|
|
3
|
+
$light-green-jungle: #4DD192;
|
|
4
|
+
$lighter-green-jungle: #72EEB3;
|
|
26
5
|
|
|
6
|
+
$jungle-120: #008657;
|
|
7
|
+
|
|
8
|
+
--title-font-family : 'SUSE', 'Lato', sans-serif;
|
|
9
|
+
|
|
10
|
+
&.theme-light {
|
|
11
|
+
--primary: #{$jungle-120};
|
|
12
|
+
--primary-text: #FFFFFF;
|
|
13
|
+
--primary-hover: #006B46;
|
|
14
|
+
--primary-hover-bg: #006B46;
|
|
15
|
+
--primary-border: #{$green-120};
|
|
16
|
+
|
|
17
|
+
--link: #4871C7;
|
|
18
|
+
--active-nav: #{$green-140};
|
|
19
|
+
|
|
20
|
+
--non-primary-text: #{$green-120};
|
|
21
|
+
--non-primary-hover: #{$green-20};
|
|
22
|
+
|
|
23
|
+
--secondary: var(--body-bg);
|
|
24
|
+
--secondary-border: var(--primary);
|
|
25
|
+
--on-secondary: var(--non-primary-text);
|
|
26
|
+
--secondary-hover: var(--non-primary-hover);
|
|
27
|
+
|
|
28
|
+
--tertiary: transparent;
|
|
29
|
+
--on-tertiary: var(--non-primary-text);
|
|
30
|
+
--on-tertiary-hover: var(--non-primary-text);
|
|
31
|
+
--on-tertiary-header: var(--non-primary-text);
|
|
32
|
+
--on-tertiary-header-hover: var(--non-primary-text);
|
|
33
|
+
--tertiary-hover: var(--non-primary-hover);
|
|
34
|
+
--tertiary-hover-app-bar: var(--non-primary-text);
|
|
35
|
+
|
|
36
|
+
$super-light-green: #F4F6F5;
|
|
37
|
+
--active: #{$green-140};
|
|
38
|
+
--on-active: #{$grey-0};
|
|
39
|
+
--active-hover: #{lighten($green-140, 5%)};
|
|
40
|
+
--category-active: #{$super-light-green};
|
|
41
|
+
--category-active-hover: #e8eeeb;
|
|
42
|
+
|
|
43
|
+
--checkbox-tick : var(--on-active);
|
|
44
|
+
--checkbox-border : var(--body-border);
|
|
45
|
+
--checkbox-tick-disabled : #{darken($disabled, 40%)};
|
|
46
|
+
--checkbox-disabled-bg : #{$disabled};
|
|
47
|
+
--checkbox-ticked-bg : var(--active);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.theme-dark {
|
|
51
|
+
--link: #9BBFFD;
|
|
52
|
+
--active-nav: #{$green-40};
|
|
53
|
+
|
|
54
|
+
--primary: #{$light-green-jungle};
|
|
55
|
+
--primary-text: #{$grey-90};
|
|
56
|
+
--primary-hover: #{$lighter-green-jungle};
|
|
57
|
+
--primary-hover-bg: #{$lighter-green-jungle};
|
|
58
|
+
--primary-border: #{$lighter-green-jungle};
|
|
59
|
+
|
|
60
|
+
--non-primary-text: #{$lighter-green-jungle};
|
|
61
|
+
--non-primary-hover: #1E372B;
|
|
62
|
+
|
|
63
|
+
--secondary: var(--body-bg);
|
|
64
|
+
--secondary-border: var(--non-primary-text);
|
|
65
|
+
--on-secondary: var(--non-primary-text);
|
|
66
|
+
--secondary-hover: var(--non-primary-hover);
|
|
67
|
+
|
|
68
|
+
--tertiary: transparent;
|
|
69
|
+
--on-tertiary: var(--non-primary-text);
|
|
70
|
+
--on-tertiary-hover: var(--non-primary-text);
|
|
71
|
+
--on-tertiary-header: var(--non-primary-text);
|
|
72
|
+
--on-tertiary-header-hover: var(--non-primary-text);
|
|
73
|
+
--tertiary-hover: var(--non-primary-hover);
|
|
74
|
+
--tertiary-hover-app-bar: var(--non-primary-text);
|
|
75
|
+
|
|
76
|
+
$category-active:#303633;
|
|
77
|
+
--active: #{$green-40};
|
|
78
|
+
--on-active: #{$grey-90};
|
|
79
|
+
--active-hover: #{$green-60};
|
|
80
|
+
--category-active: #{$category-active};
|
|
81
|
+
--category-active-hover: #{lighten($category-active, 10%)};
|
|
82
|
+
|
|
83
|
+
--toggle-off-bg: #{$grey-70};
|
|
84
|
+
--sortable-table-selected-bg: #3f4350;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// SUSE Theme uses a smaller banner graphic
|
|
88
|
+
--banner-graphic-height: 160px;
|
|
89
|
+
|
|
90
|
+
// SUSE Theme positions from right, so ship stays visible as browser width shrinks
|
|
91
|
+
.suse-banner-graphic {
|
|
92
|
+
> img {
|
|
93
|
+
object-position: right;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// SUSE Theme aligns graphic to left so that the container ship stays visible
|
|
98
|
+
.suse-login-banner-graphic {
|
|
99
|
+
object-position: left;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// Styling for logo image on the login screen
|
|
103
|
+
.suse-logo-login {
|
|
104
|
+
$suse-logo-width: 280px;
|
|
105
|
+
|
|
106
|
+
width: $suse-logo-width;
|
|
107
|
+
max-width: $suse-logo-width;
|
|
108
|
+
align-self: center;
|
|
109
|
+
margin-bottom: 30px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// Ensure that with a small window size, the banner centers, so that the text does not overlay
|
|
114
|
+
// directly on the heavier part of the graphic
|
|
115
|
+
@media (max-width: 860px) {
|
|
116
|
+
.suse .suse-banner-graphic > img {
|
|
117
|
+
object-position: center;
|
|
118
|
+
}
|
|
27
119
|
}
|
|
@@ -125,6 +125,7 @@ generic:
|
|
|
125
125
|
enable: Enable
|
|
126
126
|
disable: Disable
|
|
127
127
|
experimental: Experimental
|
|
128
|
+
primeOnly: Prime Only
|
|
128
129
|
|
|
129
130
|
deprecated: Deprecated
|
|
130
131
|
upgradeable: Upgradeable
|
|
@@ -158,6 +159,8 @@ generic:
|
|
|
158
159
|
genericRow: row {index}
|
|
159
160
|
showLess: Show less
|
|
160
161
|
showMore: Show more
|
|
162
|
+
externalIps: External IPs
|
|
163
|
+
internalIps: Internal IPs
|
|
161
164
|
opensInNewTab: Opens in a new tab
|
|
162
165
|
|
|
163
166
|
tabs:
|
|
@@ -233,7 +236,7 @@ nav:
|
|
|
233
236
|
workload: Workloads
|
|
234
237
|
monitoring: Monitoring
|
|
235
238
|
advanced: Advanced
|
|
236
|
-
|
|
239
|
+
providers: Providers
|
|
237
240
|
RKE1Configuration: RKE1 Configuration
|
|
238
241
|
admission: Admission
|
|
239
242
|
apps: Apps
|
|
@@ -370,9 +373,7 @@ layouts:
|
|
|
370
373
|
unauthenticated: unauthenticated layout
|
|
371
374
|
logout: logout layout
|
|
372
375
|
verify: verify layout
|
|
373
|
-
|
|
374
|
-
windowmanager:
|
|
375
|
-
closeTab: Close tab {tabId}
|
|
376
|
+
|
|
376
377
|
about:
|
|
377
378
|
title: About
|
|
378
379
|
versions:
|
|
@@ -472,7 +473,7 @@ addClusterMemberDialog:
|
|
|
472
473
|
|
|
473
474
|
addonConfigConfirmation:
|
|
474
475
|
title: Add-On Reset
|
|
475
|
-
body:
|
|
476
|
+
body: Add-On Configuration has changed between Kubernetes versions <b>{previousKubeVersion}</b> and <b>{newKubeVersion}</b> and conflict with your previous values for Add-On {addons}. As a result please re-apply them before continuing.
|
|
476
477
|
|
|
477
478
|
addProjectMemberDialog:
|
|
478
479
|
title: Add Project Member
|
|
@@ -492,6 +493,51 @@ authConfig:
|
|
|
492
493
|
allowedPrincipalIds:
|
|
493
494
|
title: Authorized Users & Groups
|
|
494
495
|
associatedWarning: 'The {provider} account that is used to enable the external provider will be granted admin permissions. If you use a test account or non-admin account, that account will still be granted admin-level permissions. See <a href="{docsBase}/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config#external-authentication-configuration-and-principal-users" target="_blank" rel="noopener noreferrer nofollow">External Authentication Configuration and Principal Users</a> to understand why.'
|
|
496
|
+
githubapp:
|
|
497
|
+
clientId:
|
|
498
|
+
label: Client ID
|
|
499
|
+
clientSecret:
|
|
500
|
+
label: Client Secret
|
|
501
|
+
githubAppId:
|
|
502
|
+
label: Github App ID
|
|
503
|
+
installationId:
|
|
504
|
+
label: Installation ID
|
|
505
|
+
privateKey:
|
|
506
|
+
label: Private Key
|
|
507
|
+
warning: The GitHub App authentication provider only works with <a href="https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts" target="_blank" rel="noopener noreferrer nofollow">GitHub Organization accounts</a>. It does not support User accounts.
|
|
508
|
+
form:
|
|
509
|
+
prefix:
|
|
510
|
+
1: <li>Open your <a href="{baseUrl}/settings/organizations" target="_blank" rel="noopener noreferrer nofollow">GitHub organization settings</a> in a new window</li>
|
|
511
|
+
2: <li>To the right of the organization, click "Settings"</li>
|
|
512
|
+
3: <li>In the left sidebar, click "Developer settings" -> "GitHub Apps"</li>
|
|
513
|
+
4: <li>Click "New Github App"</li>
|
|
514
|
+
instruction: 'Fill in the form with these values:'
|
|
515
|
+
app:
|
|
516
|
+
label: GitHub App name
|
|
517
|
+
value: 'Anything you like, e.g. My {vendor}'
|
|
518
|
+
callback:
|
|
519
|
+
label: Callback URL
|
|
520
|
+
value: '{serverUrl}/verify-auth'
|
|
521
|
+
description:
|
|
522
|
+
label: Application description
|
|
523
|
+
value: 'Optional, can be left blank'
|
|
524
|
+
homepage:
|
|
525
|
+
label: Homepage URL
|
|
526
|
+
create: Click "Create Github App"
|
|
527
|
+
suffix:
|
|
528
|
+
1: <li>Under Client Secrets, click "Generate a new client secret"</li>
|
|
529
|
+
2: <li>Under Private Keys, click "Generate a private key"</li>
|
|
530
|
+
3: <li>Copy and paste the "App ID", "Client ID", "Client Secret", and "Private Key" of your newly created OAuth app into the fields below</li>
|
|
531
|
+
host:
|
|
532
|
+
label: GitHub Enterprise Host
|
|
533
|
+
placeholder: e.g. github.mycompany.example
|
|
534
|
+
target:
|
|
535
|
+
label: Which version of GitHub do you want to use?
|
|
536
|
+
private: A private installation of GitHub Enterprise
|
|
537
|
+
public: Public GitHub.com
|
|
538
|
+
table:
|
|
539
|
+
server: Server
|
|
540
|
+
clientId: Client ID
|
|
495
541
|
github:
|
|
496
542
|
clientId:
|
|
497
543
|
label: Client ID
|
|
@@ -1080,6 +1126,7 @@ catalog:
|
|
|
1080
1126
|
home: Homepage
|
|
1081
1127
|
repository: Repository Page
|
|
1082
1128
|
maintainers: Maintainers
|
|
1129
|
+
maintainerContactTooltip: Contact {maintainer}
|
|
1083
1130
|
related: Related
|
|
1084
1131
|
chartUrls: Chart
|
|
1085
1132
|
keywords: Keywords
|
|
@@ -1533,6 +1580,7 @@ cluster:
|
|
|
1533
1580
|
nodeLabel:
|
|
1534
1581
|
title: Node Labels
|
|
1535
1582
|
label: Add Label
|
|
1583
|
+
ipv6: "It looks like this cluster uses IPv6 networking: <code>Node Private IP</code> should be set to the cluster's IPV6 address."
|
|
1536
1584
|
registrationCommand:
|
|
1537
1585
|
label: Registration Command
|
|
1538
1586
|
linuxDetail: Run this command on each of the existing Linux machines you want to register.
|
|
@@ -1796,7 +1844,7 @@ cluster:
|
|
|
1796
1844
|
} / {memory, number} GiB Memory / {storageSize, plural,
|
|
1797
1845
|
=0 {EBS-Only}
|
|
1798
1846
|
other {{storageSize, number} {storageUnit} {storageType}}
|
|
1799
|
-
}
|
|
1847
|
+
} - {architecture}
|
|
1800
1848
|
azure:
|
|
1801
1849
|
acceleratedNetworking:
|
|
1802
1850
|
label: Accelerated Networking
|
|
@@ -2034,6 +2082,21 @@ cluster:
|
|
|
2034
2082
|
httpEndpoint: Allow access to EC2 metadata
|
|
2035
2083
|
httpTokens: Use tokens for metadata
|
|
2036
2084
|
tagTitle: EC2 Tags
|
|
2085
|
+
enableIpv6:
|
|
2086
|
+
label: Enable IPv6
|
|
2087
|
+
description: "Checking this automatically sets your <a aria-label='scroll to the networking section in cluster configuration' href=\"#networking\">Network Stack Preference Order</a> to <b>DUAL</b> stack, enabling both IPv4 and IPv6. For an IPv6-only cluster, you can manually change that setting to <b>IPv6</b>."
|
|
2088
|
+
ipv6AddressCount:
|
|
2089
|
+
label: IPv6 Address Count
|
|
2090
|
+
tooltip: Specifies the number of IPv6 addresses to assign to the network interface
|
|
2091
|
+
error: IPv6 Address Count must be greater than 0 when using an IPv6 vpc or subnet.
|
|
2092
|
+
enablePrimaryIpv6:
|
|
2093
|
+
label: Enable Static Primary Ipv6
|
|
2094
|
+
description: This allows IPv6 communication for components and workloads.
|
|
2095
|
+
ipv6AddressOnly:
|
|
2096
|
+
label: Use IPv6 Only
|
|
2097
|
+
httpProtocolIpv6:
|
|
2098
|
+
label: Use IPv6 for instance metadata service
|
|
2099
|
+
ipv6ValidationWarning: When one pool uses an IPv6 or dual-stack subnet/vpc, all pools must use an IPv6 or dual-stack subnet/vpc.
|
|
2037
2100
|
pnap:
|
|
2038
2101
|
serverLocation:
|
|
2039
2102
|
label: Location
|
|
@@ -2116,7 +2179,7 @@ cluster:
|
|
|
2116
2179
|
diskSizeWithMax: Disk size has to be between {diskSizeMin} and {diskSizeMax} based on this image and disk type.
|
|
2117
2180
|
projects: Image projects should be a comma separated list of alphanumeric string which may contain '-' and '.'
|
|
2118
2181
|
addOns:
|
|
2119
|
-
dependencyBanner: Add-On Configuration
|
|
2182
|
+
dependencyBanner: Add-On Configuration has changed between Kubernetes versions <b>{previousKubeVersion}</b> and <b>{newKubeVersion}</b> and conflict with your previous values. Please re-apply them.
|
|
2120
2183
|
additionalManifest:
|
|
2121
2184
|
title: Additional Manifest
|
|
2122
2185
|
tooltip: 'Additional Kubernetes Manifest YAML to be applied to the cluster on startup.'
|
|
@@ -2206,6 +2269,18 @@ cluster:
|
|
|
2206
2269
|
rkeTemplate: RKE Template
|
|
2207
2270
|
|
|
2208
2271
|
machinePool:
|
|
2272
|
+
automation:
|
|
2273
|
+
label: Automation
|
|
2274
|
+
autoscaler:
|
|
2275
|
+
heading: Autoscaler
|
|
2276
|
+
enable: Enable autoscaler and override "Machine Count" value
|
|
2277
|
+
machineCountValueOverride: Controlled by autoscaler
|
|
2278
|
+
baseUnit: Machines
|
|
2279
|
+
min: Min
|
|
2280
|
+
max: Max
|
|
2281
|
+
validation:
|
|
2282
|
+
isAutoscalerMaxGreaterThanMin: The max machines count must be equal or exceed the min machine count.
|
|
2283
|
+
etcdControlPlaneWarning: We don't recommend using Autoscaler with machine pools that have the etcd or Control Plane roles. You can modify the yaml if you want to override the current value.
|
|
2209
2284
|
name:
|
|
2210
2285
|
label: Pool Name
|
|
2211
2286
|
placeholder: A random one will be generated by default
|
|
@@ -2270,6 +2345,7 @@ cluster:
|
|
|
2270
2345
|
placeholder: Search for a member to provide cluster access
|
|
2271
2346
|
searchPlaceholder: Start typing to search
|
|
2272
2347
|
noResults: No results found
|
|
2348
|
+
minCharacters: Type at least {count} characters to search
|
|
2273
2349
|
privateRegistry:
|
|
2274
2350
|
header: Registry for Rancher System Container Images
|
|
2275
2351
|
label: Enable cluster scoped container registry for Rancher system container images
|
|
@@ -2345,8 +2421,8 @@ cluster:
|
|
|
2345
2421
|
providerGroup:
|
|
2346
2422
|
create-custom1: Use existing nodes and create a cluster using RKE
|
|
2347
2423
|
create-custom2: Use existing nodes and create a cluster using RKE2/K3s
|
|
2348
|
-
create-
|
|
2349
|
-
register-
|
|
2424
|
+
create-hosted: Create a cluster in a hosted Kubernetes provider
|
|
2425
|
+
register-hosted: Register an existing cluster in a hosted Kubernetes provider
|
|
2350
2426
|
create-rke1: Provision new nodes and create a cluster using RKE
|
|
2351
2427
|
create-rke2: Provision new nodes and create a cluster using RKE2/K3s
|
|
2352
2428
|
create-template: Use a Catalog Template to create a cluster
|
|
@@ -2480,6 +2556,14 @@ cluster:
|
|
|
2480
2556
|
label: Accept any certificate (insecure)
|
|
2481
2557
|
endpointCA:
|
|
2482
2558
|
label: Endpoint CA Cert
|
|
2559
|
+
stackPreference:
|
|
2560
|
+
label: Stack Preference
|
|
2561
|
+
description: "Stack preference determines the networking stack used by the cluster. The selected value configures the address used for health and readiness probes of calico, etcd, kube-apiserver, kube-scheduler, kube-controller-manager, and kubelet. It also defines the server URL in the <code>authentication-token-webhook-config-file</code> for the Authorized Cluster Endpoint and the advertise-client-urls for etcd during snapshot restore. When set to <code>dual</code>, the cluster uses <code>localhost</code>; when set to <code>ipv6</code>, it uses <code>[::1]</code>; and when set to <code>ipv4</code>, it uses <code>127.0.0.1</code>."
|
|
2562
|
+
options:
|
|
2563
|
+
ipv4: IPv4
|
|
2564
|
+
ipv6: IPv6
|
|
2565
|
+
dual: Dual-Stack
|
|
2566
|
+
errorNeedsIpv6: Stack preference must be set to dual-stack or ipv6 if using ipv6 networking in nodepools.
|
|
2483
2567
|
k3s:
|
|
2484
2568
|
systemService:
|
|
2485
2569
|
coredns: 'CoreDNS'
|
|
@@ -2636,6 +2720,11 @@ cruResource:
|
|
|
2636
2720
|
previewYaml: Edit as YAML
|
|
2637
2721
|
showYaml: View as YAML
|
|
2638
2722
|
|
|
2723
|
+
providers:
|
|
2724
|
+
hosted:
|
|
2725
|
+
title: Hosted Providers
|
|
2726
|
+
prime: Prime only
|
|
2727
|
+
warning: Disabling providers will make any clusters that use them uneditable
|
|
2639
2728
|
drivers:
|
|
2640
2729
|
kontainer:
|
|
2641
2730
|
title: Cluster Drivers
|
|
@@ -2718,6 +2807,32 @@ drainNode:
|
|
|
2718
2807
|
placeholder: e.g. 60
|
|
2719
2808
|
custom: "Give up after:"
|
|
2720
2809
|
|
|
2810
|
+
dynamicContent:
|
|
2811
|
+
action:
|
|
2812
|
+
close: Hide and Mark Announcement as read
|
|
2813
|
+
openPrimary: Open announcement's primary action
|
|
2814
|
+
openSecondary: Open announcement's secondary action
|
|
2815
|
+
newRelease:
|
|
2816
|
+
title: A new Rancher release is available!
|
|
2817
|
+
message: Rancher {version} has been released!
|
|
2818
|
+
moreInfo: Release Notes
|
|
2819
|
+
multipleNewReleases:
|
|
2820
|
+
title: New Rancher releases are available!
|
|
2821
|
+
message: A new {version1} patch version has been released and a newer {version2} version is also avaialble.
|
|
2822
|
+
moreInfo: "{version} Release Notes"
|
|
2823
|
+
upcomingEom:
|
|
2824
|
+
title: End of Maintainence in {days, plural, =1 {1 day} other {{days} days}}
|
|
2825
|
+
message: This version of Rancher ({version}) will reach End of Maintainence in {days} day(s). Consider upgrading to a supported version soon.
|
|
2826
|
+
eom:
|
|
2827
|
+
title: End of Maintainence reached
|
|
2828
|
+
message: This version of Rancher ({version}) has reached End of Maintainence. Consider upgrading to a supported version.
|
|
2829
|
+
upcomingEol:
|
|
2830
|
+
title: End of Life in {days, plural, =1 {1 day} other {{days} days}}
|
|
2831
|
+
message: This version of Rancher ({version}) will reach End of Life in {days} day(s). Consider upgrading to a supported version soon.
|
|
2832
|
+
eol:
|
|
2833
|
+
title: End of Life reached
|
|
2834
|
+
message: This version of Rancher ({version}) has reached End of Life. Consider upgrading to a supported version.
|
|
2835
|
+
|
|
2721
2836
|
etcdInfoBanner:
|
|
2722
2837
|
hasLeader: "Etcd has a leader:"
|
|
2723
2838
|
leaderChanges: "Number of leader changes:"
|
|
@@ -3201,7 +3316,7 @@ fleet:
|
|
|
3201
3316
|
none: None
|
|
3202
3317
|
local: Local
|
|
3203
3318
|
resources:
|
|
3204
|
-
label: '
|
|
3319
|
+
label: 'Resources'
|
|
3205
3320
|
keepResources: Always keep resources
|
|
3206
3321
|
keepResourcesTooltip: When enabled, resources will be kept when deleting a HelmOp or Bundle - only Helm release secrets will be deleted.
|
|
3207
3322
|
correctDrift: Enable self-healing
|
|
@@ -3255,6 +3370,10 @@ fleet:
|
|
|
3255
3370
|
=0 { Adding namespaces here will create a GitRepoRestriction. }
|
|
3256
3371
|
other { Only the Git Repo Restriction's <code>allowedTargetNamespaces</code> is managed here. You can make additional changes to the Git Repo Restriction}
|
|
3257
3372
|
}"
|
|
3373
|
+
configMaps:
|
|
3374
|
+
label: Config Maps
|
|
3375
|
+
secrets:
|
|
3376
|
+
label: Secrets
|
|
3258
3377
|
footer:
|
|
3259
3378
|
docs: Docs
|
|
3260
3379
|
download: Download CLI
|
|
@@ -3329,6 +3448,9 @@ glance:
|
|
|
3329
3448
|
clusterInfo: Cluster Information
|
|
3330
3449
|
eventsTable: Full events list
|
|
3331
3450
|
secretsTable: Full secrets list
|
|
3451
|
+
changeEventsListRowCount: Update events table row count
|
|
3452
|
+
showXEvents: Show {count} events
|
|
3453
|
+
useUserPreference: "Use table preference ({count})"
|
|
3332
3454
|
|
|
3333
3455
|
clusterBadge:
|
|
3334
3456
|
badgeAppearance: Cluster Badge Appearance
|
|
@@ -3547,6 +3669,7 @@ internalExternalIP:
|
|
|
3547
3669
|
none: None
|
|
3548
3670
|
copyInternalIp: Copy internal IP address to clipboard
|
|
3549
3671
|
copyExternalIp: Copy external IP address to clipboard
|
|
3672
|
+
clickToShowMoreIps: "Click to show {count} more {count, plural, one {IP} other {IPs}}"
|
|
3550
3673
|
|
|
3551
3674
|
istio:
|
|
3552
3675
|
links:
|
|
@@ -3776,6 +3899,11 @@ landing:
|
|
|
3776
3899
|
homepage: Homepage
|
|
3777
3900
|
clusters:
|
|
3778
3901
|
title: Clusters
|
|
3902
|
+
tooMany:
|
|
3903
|
+
showAll: Show all clusters (may increase load time)
|
|
3904
|
+
showSome: Show some clusters (may improve load time)
|
|
3905
|
+
showingAll: Showing {total} clusters.
|
|
3906
|
+
showingSome: Showing {rows} of {total} recently created clusters.
|
|
3779
3907
|
provider: Provider
|
|
3780
3908
|
distro: Distro
|
|
3781
3909
|
kubernetesVersion: Kubernetes Version
|
|
@@ -4102,6 +4230,7 @@ login:
|
|
|
4102
4230
|
welcome: Welcome to {vendor}
|
|
4103
4231
|
landscapeAlt: Landscape image
|
|
4104
4232
|
loggedOut: You have been logged out.
|
|
4233
|
+
loggedOutSessionIdle: You've been logged out of Rancher because your session has expired. Log in again to continue.
|
|
4105
4234
|
loggedOutFromSso: You've been logged out of Rancher, however you may still be logged in to your single sign-on identity provider.
|
|
4106
4235
|
loggedOutFromSlo: You've been logged out of Rancher and from your single sign-on identity provider.
|
|
4107
4236
|
loginAgain: Log in again to continue.
|
|
@@ -4547,6 +4676,7 @@ namespaceFilter:
|
|
|
4547
4676
|
button:
|
|
4548
4677
|
clear: Remove applied namespace filters
|
|
4549
4678
|
clearFilter: Clear namespace options filter
|
|
4679
|
+
removeNamespace: 'Remove {name} from filter'
|
|
4550
4680
|
|
|
4551
4681
|
namespaceList:
|
|
4552
4682
|
selectLabel: Namespace
|
|
@@ -5114,17 +5244,14 @@ podDisruptionBudget:
|
|
|
5114
5244
|
|
|
5115
5245
|
inactivity:
|
|
5116
5246
|
title: Session expiring
|
|
5117
|
-
titleExpired: Session expired
|
|
5118
5247
|
banner: Your session is about to expire due to inactivity. Any unsaved changes will be lost.
|
|
5119
|
-
|
|
5120
|
-
content: Click “Resume Session” to keep the session in this tab active or refresh the browser after the session has expired.
|
|
5121
|
-
contentExpired: To return to this page click “Refresh” below or refresh the browser.
|
|
5248
|
+
content: Click “Resume Session” to keep the session in this browser active.
|
|
5122
5249
|
cta: Resume Session
|
|
5123
|
-
ctaExpired: Refresh
|
|
5124
5250
|
|
|
5125
5251
|
# Rancher Extensions
|
|
5126
5252
|
plugins:
|
|
5127
5253
|
altIcon: Icon for {extension} extension card
|
|
5254
|
+
incompatiblePrimeOnly: "The latest version of this extension ({ version }) needs Rancher Prime in order to be installed."
|
|
5128
5255
|
incompatibleRancherVersion: "The latest version of this extension ({ version }) is not compatible with the current Rancher version ({ required })."
|
|
5129
5256
|
incompatibleKubeVersion: "The latest version of this extension ({ version }) is not compatible with the current Kube version ({ required })."
|
|
5130
5257
|
incompatibleUiExtensionsApiVersionMissing: 'The latest version of this extension ({ version }) is missing the mandatory annotation catalog.cattle.io/ui-extensions-version from Rancher 2.10 and onwards.'
|
|
@@ -5134,6 +5261,8 @@ plugins:
|
|
|
5134
5261
|
closePluginPanel: Close plugin description panel
|
|
5135
5262
|
viewVersionDetails: View extension {name} version {version} details/Readme
|
|
5136
5263
|
labels:
|
|
5264
|
+
isDeveloper: Developer Load
|
|
5265
|
+
primeOnly: Prime only
|
|
5137
5266
|
builtin: Built-In
|
|
5138
5267
|
experimental: Experimental
|
|
5139
5268
|
third-party: Third-Party
|
|
@@ -5150,10 +5279,13 @@ plugins:
|
|
|
5150
5279
|
third-party: This Extension is provided by a Third-Party
|
|
5151
5280
|
built-in: This Extension is built-in
|
|
5152
5281
|
image: This Extension Image has been loaded manually
|
|
5282
|
+
tooltips:
|
|
5283
|
+
installing: Installing...
|
|
5153
5284
|
error:
|
|
5154
5285
|
title: Error loading extension
|
|
5155
5286
|
message: Could not load extension code
|
|
5156
5287
|
generic: Extension error
|
|
5288
|
+
primeOnly: Unable to load Rancher Prime Extension in Rancher Community
|
|
5157
5289
|
apiAnnotationMissing: 'Unable to load Extension. The version installed is not compatible with the current Extensions API Version (Extension is missing the annotation catalog.cattle.io/ui-extensions-version which implies incompatibility with Rancher 2.10 and onwards)'
|
|
5158
5290
|
api: Unable to load Extension. The version installed is not compatible with the current Extensions API version
|
|
5159
5291
|
host: Unable to load Extension. The version installed is not compatible with this application host
|
|
@@ -5178,6 +5310,7 @@ plugins:
|
|
|
5178
5310
|
detail: Detail
|
|
5179
5311
|
versions: Versions
|
|
5180
5312
|
versionError: Could not load version information
|
|
5313
|
+
requiresRancherPrime: "Requires Rancher Prime"
|
|
5181
5314
|
requiresRancherVersion: "Requires Rancher {required}"
|
|
5182
5315
|
requiresKubeVersion: "Requires Kube version {required}"
|
|
5183
5316
|
requiresExtensionApiVersionMissing: 'Missing the annotation catalog.cattle.io/ui-extensions-version which implies incompatibility with Rancher 2.10 and onwards'
|
|
@@ -5197,7 +5330,7 @@ plugins:
|
|
|
5197
5330
|
warnNoAuth: This version of the extension will be loaded before authentication and will have access to the login process.
|
|
5198
5331
|
manageCatalog:
|
|
5199
5332
|
label: Manage Extension Catalogs
|
|
5200
|
-
title:
|
|
5333
|
+
title: Extensions
|
|
5201
5334
|
subtitle: Catalogs
|
|
5202
5335
|
imageLoad:
|
|
5203
5336
|
load: Import Extension Catalog
|
|
@@ -6513,6 +6646,7 @@ storageClass:
|
|
|
6513
6646
|
|
|
6514
6647
|
tableHeaders:
|
|
6515
6648
|
assuredConcurrencyShares: Assured Concurrency Shares
|
|
6649
|
+
autoscaler: Autoscaler
|
|
6516
6650
|
accessKey: Access Key
|
|
6517
6651
|
addressType: Address Type
|
|
6518
6652
|
accessModes: Access Modes
|
|
@@ -7002,7 +7136,15 @@ wizard:
|
|
|
7002
7136
|
install: Install
|
|
7003
7137
|
upgrade: Upgrade
|
|
7004
7138
|
downgrade: Downgrade
|
|
7139
|
+
|
|
7140
|
+
sideWindow:
|
|
7141
|
+
secondary:
|
|
7142
|
+
resize: Resize secondary window
|
|
7143
|
+
|
|
7005
7144
|
wm:
|
|
7145
|
+
resize: Resize Window - use arrow keys {arrow1} and {arrow2} to resize with keyboard
|
|
7146
|
+
tabIcon: Window tab icon
|
|
7147
|
+
closeTab: Close tab - {tabId}
|
|
7006
7148
|
connection:
|
|
7007
7149
|
connected: Connected
|
|
7008
7150
|
connecting: Connecting…
|
|
@@ -7039,9 +7181,6 @@ wm:
|
|
|
7039
7181
|
timestamps: Show Timestamps
|
|
7040
7182
|
wrap: Wrap Lines
|
|
7041
7183
|
containerShell:
|
|
7042
|
-
resizeShellWindow: Resize Shell window - use arrow keys {arrow1} and {arrow2} to resize with keyboard
|
|
7043
|
-
tabIcon: Shell tab icon
|
|
7044
|
-
closeShellTab: Close Shell tab - {tab}
|
|
7045
7184
|
escapeText: Press Shift+Escape to blur from terminal
|
|
7046
7185
|
clear: Clear
|
|
7047
7186
|
containerName: "Container: {label}"
|
|
@@ -7595,6 +7734,7 @@ model:
|
|
|
7595
7734
|
activedirectory: ActiveDirectory
|
|
7596
7735
|
azuread: AzureAD
|
|
7597
7736
|
github: GitHub
|
|
7737
|
+
githubapp: GitHub App
|
|
7598
7738
|
keycloak: Keycloak
|
|
7599
7739
|
ldap: LDAP
|
|
7600
7740
|
openldap: OpenLDAP
|
|
@@ -8430,8 +8570,9 @@ advancedSettings:
|
|
|
8430
8570
|
'auth-user-info-max-age-seconds': 'The maximum age of a users auth tokens before an auth provider group membership sync will be performed.'
|
|
8431
8571
|
'auth-user-info-resync-cron': 'Default cron schedule for resyncing auth provider group memberships.'
|
|
8432
8572
|
'cluster-template-enforcement': 'Non-admins will be restricted to launching clusters via preapproved RKE Templates only.'
|
|
8433
|
-
'auth-user-session-ttl-minutes': 'Custom TTL (in minutes) on a user auth session.'
|
|
8434
|
-
'auth-
|
|
8573
|
+
'auth-user-session-idle-ttl-minutes': 'Custom idle TTL (in minutes) on a user auth session. This is the maximum duration a session can stay alive when there is no user activity in a browser. This should be smaller than "auth-user-session-ttl-minutes". If "auth-user-session-idle-ttl-minutes" is greater than or equal to "auth-user-session-ttl-minutes" then the session idle feature is considered disabled.'
|
|
8574
|
+
'auth-user-session-ttl-minutes': 'Custom TTL (in minutes) on a user auth session. This is the maximum duration a session can stay alive regardless of user activity in a browser. This should be larger than "auth-user-session-idle-ttl-minutes".'
|
|
8575
|
+
'auth-token-max-ttl-minutes': 'Max TTL (in minutes) for all tokens except those controlled by "auth-user-session-ttl-minutes" (user session tokens). When set to 0, the token never expires.'
|
|
8435
8576
|
'kubeconfig-generate-token': 'Automatically generate tokens for users when a kubeconfig is requested.'
|
|
8436
8577
|
'kubeconfig-default-token-ttl-minutes': 'TTL (in minutes) applied on all kubeconfig tokens. When set to 0, the token never expires.'
|
|
8437
8578
|
'rke-metadata-config': 'Configure RKE metadata refresh parameters.'
|
|
@@ -8489,6 +8630,7 @@ featureFlags:
|
|
|
8489
8630
|
performance:
|
|
8490
8631
|
label: UI Performance Settings
|
|
8491
8632
|
settingName: Performance
|
|
8633
|
+
deprecatedInactivitySetting: The <i class="mr-5">"Inactivity"</i> setting is now deprecated in favor of the <i class="mr-5">auth-user-session-idle-ttl-minutes</i> <a href="{settingsPageUrl}">Setting</a>.
|
|
8492
8634
|
deprecatedForSSP: The <i class="mr-5">"{setting}"</i> setting is now deprecated and will be removed in a future release.
|
|
8493
8635
|
incrementalLoad:
|
|
8494
8636
|
label: Incremental Loading
|
|
@@ -9068,3 +9210,25 @@ component:
|
|
|
9068
9210
|
weekdaysAt0830: "At 30 minutes past the hour, every 1 hours, starting at 08:00 AM, Monday through Friday"
|
|
9069
9211
|
marchToMayHourly: "Every hour, only in March, April, and May"
|
|
9070
9212
|
every4Hours9to17: "At 0 minutes past the hour, every 4 hours, between 09:00 AM and 05:00 PM"
|
|
9213
|
+
|
|
9214
|
+
autoscaler:
|
|
9215
|
+
card:
|
|
9216
|
+
title: Autoscaler
|
|
9217
|
+
pause: Pause
|
|
9218
|
+
resume: Resume
|
|
9219
|
+
loadingError: There was a problem loading details
|
|
9220
|
+
loadingAlt: Details Loading
|
|
9221
|
+
details:
|
|
9222
|
+
status: Status
|
|
9223
|
+
health: Health
|
|
9224
|
+
scaleDown: Scale Down
|
|
9225
|
+
scaleUp: Scale Up
|
|
9226
|
+
nodes: Nodes
|
|
9227
|
+
ready: Ready
|
|
9228
|
+
notStarted: Not Started
|
|
9229
|
+
inTotal: In Total
|
|
9230
|
+
provisioning: Provisioning
|
|
9231
|
+
paused: Paused
|
|
9232
|
+
unavailable: Unavailable
|
|
9233
|
+
tab:
|
|
9234
|
+
title: Autoscaler
|
|
@@ -4000,13 +4000,9 @@ podDisruptionBudget:
|
|
|
4000
4000
|
|
|
4001
4001
|
inactivity:
|
|
4002
4002
|
title: 会话即将过期
|
|
4003
|
-
titleExpired: 会话已过期
|
|
4004
4003
|
banner: 由于不活动,你的会话即将过期。任何未保存的更改都将丢失。
|
|
4005
|
-
bannerExpired: 由于不活动,此选项卡中的会话已过期。
|
|
4006
4004
|
content: 单击“恢复会话”来让选项卡中的会话保持活动状态,或在会话过期后刷新浏览器。
|
|
4007
|
-
contentExpired: 要返回此页面,请单击下面的“刷新”或刷新浏览器。
|
|
4008
4005
|
cta: 恢复会话
|
|
4009
|
-
ctaExpired: 刷新
|
|
4010
4006
|
|
|
4011
4007
|
# Rancher Extensions
|
|
4012
4008
|
plugins:
|