@rancher/shell 0.1.21 → 0.2.2
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/styles/global/_button.scss +1 -0
- package/assets/translations/en-us.yaml +56 -10
- package/assets/translations/zh-hans.yaml +346 -117
- package/components/Carousel.vue +25 -9
- package/components/HarvesterServiceAddOnConfig.vue +10 -10
- package/components/Import.vue +7 -1
- package/components/ResourceList/index.vue +34 -14
- package/components/ResourceTable.vue +19 -0
- package/components/SortableTable/THead.vue +311 -70
- package/components/SortableTable/advanced-filtering.js +272 -0
- package/components/SortableTable/filtering.js +90 -29
- package/components/SortableTable/index.vue +480 -271
- package/components/form/MatchExpressions.vue +15 -3
- package/components/form/WorkloadPorts.vue +2 -2
- package/components/nav/Header.vue +14 -1
- package/config/product/settings.js +1 -0
- package/config/product/uiplugins.js +1 -0
- package/config/uiplugins.js +13 -0
- package/creators/app/init +2 -2
- package/creators/app/package.json +1 -1
- package/creators/pkg/package.json +1 -1
- package/detail/cis.cattle.io.clusterscan.vue +6 -2
- package/detail/provisioning.cattle.io.cluster.vue +3 -3
- package/edit/provisioning.cattle.io.cluster/DrainOptions.vue +0 -1
- package/edit/provisioning.cattle.io.cluster/MachinePool.vue +5 -3
- package/edit/provisioning.cattle.io.cluster/rke2.vue +25 -24
- package/edit/service.vue +1 -1
- package/list/node.vue +7 -2
- package/mixins/resource-manager.js +5 -0
- package/models/cluster.x-k8s.io.machinedeployment.js +8 -0
- package/models/management.cattle.io.cluster.js +14 -1
- package/nuxt.config.js +113 -108
- package/package.json +1 -1
- package/pages/c/_cluster/apps/charts/index.vue +1 -1
- package/pages/c/_cluster/apps/charts/install.vue +106 -32
- package/pages/c/_cluster/settings/performance.vue +11 -0
- package/pages/c/_cluster/uiplugins/InstallDialog.vue +16 -2
- package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +5 -2
- package/pages/c/_cluster/uiplugins/RemoveUIPlugins.vue +28 -6
- package/pages/c/_cluster/uiplugins/UninstallDialog.vue +1 -1
- package/pages/c/_cluster/uiplugins/index.vue +49 -12
- package/promptRemove/mixin/roleDeletionCheck.js +15 -1
- package/scripts/record-deps.js +3 -3
- package/scripts/test-plugins-build.sh +1 -0
- package/scripts/typegen.sh +2 -2
- package/store/type-map.js +13 -2
- package/types/vue-shim.d +20 -0
- package/utils/create-yaml.js +30 -6
- package/creators/update/yarn-error.log +0 -54
- package/rancher-components/BadgeState/BadgeState.spec.ts +0 -12
- package/rancher-components/BadgeState/BadgeState.vue +0 -107
- package/rancher-components/BadgeState/index.ts +0 -1
- package/rancher-components/Banner/Banner.test.ts +0 -13
- package/rancher-components/Banner/Banner.vue +0 -163
- package/rancher-components/Banner/index.ts +0 -1
- package/rancher-components/Card/Card.vue +0 -150
- package/rancher-components/Card/index.ts +0 -1
- package/rancher-components/Form/Checkbox/Checkbox.test.ts +0 -77
- package/rancher-components/Form/Checkbox/Checkbox.vue +0 -395
- package/rancher-components/Form/Checkbox/index.ts +0 -1
- package/rancher-components/Form/LabeledInput/LabeledInput.test.ts +0 -29
- package/rancher-components/Form/LabeledInput/LabeledInput.vue +0 -343
- package/rancher-components/Form/LabeledInput/index.ts +0 -1
- package/rancher-components/Form/Radio/RadioButton.vue +0 -270
- package/rancher-components/Form/Radio/RadioGroup.vue +0 -235
- package/rancher-components/Form/Radio/index.ts +0 -2
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +0 -168
- package/rancher-components/Form/TextArea/index.ts +0 -1
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.test.ts +0 -107
- package/rancher-components/Form/ToggleSwitch/ToggleSwitch.vue +0 -137
- package/rancher-components/Form/ToggleSwitch/index.ts +0 -1
- package/rancher-components/Form/index.ts +0 -5
- package/rancher-components/LabeledTooltip/LabeledTooltip.vue +0 -137
- package/rancher-components/LabeledTooltip/index.ts +0 -1
- package/rancher-components/components/BadgeState/BadgeState.spec.ts +0 -12
- package/rancher-components/components/BadgeState/BadgeState.vue +0 -107
- package/rancher-components/components/BadgeState/index.ts +0 -1
- package/rancher-components/components/Banner/Banner.test.ts +0 -13
- package/rancher-components/components/Banner/Banner.vue +0 -163
- package/rancher-components/components/Banner/index.ts +0 -1
- package/rancher-components/components/Card/Card.vue +0 -150
- package/rancher-components/components/Card/index.ts +0 -1
- package/rancher-components/components/Form/Checkbox/Checkbox.test.ts +0 -77
- package/rancher-components/components/Form/Checkbox/Checkbox.vue +0 -395
- package/rancher-components/components/Form/Checkbox/index.ts +0 -1
- package/rancher-components/components/Form/LabeledInput/LabeledInput.test.ts +0 -29
- package/rancher-components/components/Form/LabeledInput/LabeledInput.vue +0 -343
- package/rancher-components/components/Form/LabeledInput/index.ts +0 -1
- package/rancher-components/components/Form/Radio/RadioButton.vue +0 -270
- package/rancher-components/components/Form/Radio/RadioGroup.vue +0 -235
- package/rancher-components/components/Form/Radio/index.ts +0 -2
- package/rancher-components/components/Form/TextArea/TextAreaAutoGrow.vue +0 -168
- package/rancher-components/components/Form/TextArea/index.ts +0 -1
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.test.ts +0 -107
- package/rancher-components/components/Form/ToggleSwitch/ToggleSwitch.vue +0 -137
- package/rancher-components/components/Form/ToggleSwitch/index.ts +0 -1
- package/rancher-components/components/Form/index.ts +0 -5
- package/rancher-components/components/LabeledTooltip/LabeledTooltip.vue +0 -137
- package/rancher-components/components/LabeledTooltip/index.ts +0 -1
|
@@ -191,6 +191,7 @@ product:
|
|
|
191
191
|
harvesterManager: Virtualization Management
|
|
192
192
|
rancher: Rancher
|
|
193
193
|
uiplugins: Extensions
|
|
194
|
+
elemental: OS Management
|
|
194
195
|
|
|
195
196
|
suffix:
|
|
196
197
|
percent: "%"
|
|
@@ -607,7 +608,7 @@ asyncButton:
|
|
|
607
608
|
waiting: Importing…
|
|
608
609
|
install:
|
|
609
610
|
action: Install
|
|
610
|
-
success:
|
|
611
|
+
success: Installed
|
|
611
612
|
waiting: Installing…
|
|
612
613
|
load:
|
|
613
614
|
action: Load
|
|
@@ -752,8 +753,6 @@ backupRestoreOperator:
|
|
|
752
753
|
useDefault: Use the default storage location configured during installation
|
|
753
754
|
targetBackup: Target Backup
|
|
754
755
|
|
|
755
|
-
|
|
756
|
-
|
|
757
756
|
catalog:
|
|
758
757
|
app:
|
|
759
758
|
managed: Managed
|
|
@@ -767,6 +766,13 @@ catalog:
|
|
|
767
766
|
busy: The related resources will appear when {app} is fully installed.
|
|
768
767
|
values: Values YAML
|
|
769
768
|
chart:
|
|
769
|
+
registry:
|
|
770
|
+
label: Container Registry
|
|
771
|
+
tooltip: Container images are pulled from the Cluster Container Registry or, failing that, the System Container Registry Setting. To change this default behavior enter or update the registry here
|
|
772
|
+
custom:
|
|
773
|
+
checkBoxLabel: Container Registry for Rancher System Container Images
|
|
774
|
+
inputLabel: Container Registry
|
|
775
|
+
placeholder: Registry domain and ports, ex. registry.io:5000
|
|
770
776
|
header:
|
|
771
777
|
charts: Charts
|
|
772
778
|
info:
|
|
@@ -794,6 +800,7 @@ catalog:
|
|
|
794
800
|
windowsIncompatible: Linux only
|
|
795
801
|
versionWindowsIncompatible: Linux only version
|
|
796
802
|
header: Charts
|
|
803
|
+
featuredCharts: Featured Charts
|
|
797
804
|
noCharts: 'There are no charts available, have you added any repos?'
|
|
798
805
|
noWindows: Your repos do not contain any charts capable of being deployed on a cluster with Windows nodes.
|
|
799
806
|
noWindowsAndLinux: Your repos do not contain any charts capable of being deployed on a cluster with both Windows and Linux worker nodes.
|
|
@@ -1566,6 +1573,9 @@ cluster:
|
|
|
1566
1573
|
label: Roles
|
|
1567
1574
|
labels:
|
|
1568
1575
|
label: Kubernetes Node Labels
|
|
1576
|
+
noAccessBanner: "You do not have access to see this machine pool's configuration."
|
|
1577
|
+
configNotFound: "We could not find this machine pool's configuration. We recommend that you create a new cluster with the desired configuration."
|
|
1578
|
+
noPoolsDisclaimer: You do not have any machine pools defined, click the plus to add one.
|
|
1569
1579
|
autoReplace:
|
|
1570
1580
|
label: Auto Replace
|
|
1571
1581
|
toolTip: If greater than 0, nodes that are unreachable for this duration will be automatically deleted and replaced.
|
|
@@ -1581,10 +1591,10 @@ cluster:
|
|
|
1581
1591
|
noResults: No results found
|
|
1582
1592
|
privateRegistry:
|
|
1583
1593
|
systemDefaultRegistry:
|
|
1584
|
-
label: Registry hostname for
|
|
1594
|
+
label: Registry hostname for Rancher System Container Images
|
|
1585
1595
|
mode:
|
|
1586
|
-
public: Use default global registry for
|
|
1587
|
-
private: Use specified private registry for
|
|
1596
|
+
public: Use default global registry for Rancher System Container Images
|
|
1597
|
+
private: Use specified private registry for Rancher System Container Images
|
|
1588
1598
|
advanced: Configure advanced containerd mirroring and registry authentication options
|
|
1589
1599
|
provider:
|
|
1590
1600
|
aliyunecs: Aliyun ECS
|
|
@@ -1642,6 +1652,7 @@ cluster:
|
|
|
1642
1652
|
upcloud: UpCloud
|
|
1643
1653
|
vmwarevsphere: VMware vSphere
|
|
1644
1654
|
zstack: ZStack
|
|
1655
|
+
machineinventoryselectortemplate: Elemental Cluster
|
|
1645
1656
|
providerTag:
|
|
1646
1657
|
rke2:
|
|
1647
1658
|
harvester: '{tag}'
|
|
@@ -3677,6 +3688,7 @@ plugins:
|
|
|
3677
3688
|
descriptions:
|
|
3678
3689
|
experimental: This Extension is marked as experimental
|
|
3679
3690
|
third-party: This Extension is provided by a Third-Party
|
|
3691
|
+
built-in: This Extension is built-in
|
|
3680
3692
|
error:
|
|
3681
3693
|
title: Error loading extension
|
|
3682
3694
|
message: Could not load extension code
|
|
@@ -3701,12 +3713,13 @@ plugins:
|
|
|
3701
3713
|
versions: Versions
|
|
3702
3714
|
versionError: Could not load version information
|
|
3703
3715
|
empty:
|
|
3704
|
-
all: Extensions are neither installed
|
|
3716
|
+
all: Extensions are neither installed nor available
|
|
3705
3717
|
available: No Extensions available
|
|
3706
3718
|
installed: No Extensions installed
|
|
3707
3719
|
updates: No updates available for installed Extensions
|
|
3708
3720
|
loadError: An error occurred loading the code for this extension
|
|
3709
3721
|
helmError: "An error occurred installing the extension via Helm"
|
|
3722
|
+
manageRepos: Manage Repositories
|
|
3710
3723
|
tabs:
|
|
3711
3724
|
all: All
|
|
3712
3725
|
available: Available
|
|
@@ -3754,7 +3767,9 @@ plugins:
|
|
|
3754
3767
|
registry:
|
|
3755
3768
|
title: Remove the Rancher Extensions Repository
|
|
3756
3769
|
prompt: The Rancher Extensions Repository provides extensions published by Rancher
|
|
3757
|
-
|
|
3770
|
+
crd:
|
|
3771
|
+
title: Remove the Rancher Extensions Custom Resource Definition
|
|
3772
|
+
prompt: There are one or more extensions installed - removing the CRD will require you to manually reinstall these extensions if you subsequently re-enable extensions support.
|
|
3758
3773
|
prefs:
|
|
3759
3774
|
title: Preferences
|
|
3760
3775
|
theme:
|
|
@@ -4246,8 +4261,10 @@ resourceTable:
|
|
|
4246
4261
|
namespace: Group by Namespace
|
|
4247
4262
|
project: Group by Project
|
|
4248
4263
|
node: Group by Node
|
|
4264
|
+
cluster: Group by Cluster
|
|
4249
4265
|
groupLabel:
|
|
4250
4266
|
cluster: "<span>Cluster:</span> {name}"
|
|
4267
|
+
notInACluster: Not in a Cluster
|
|
4251
4268
|
namespace: "<span>Namespace:</span> {name}"
|
|
4252
4269
|
notInAMachinePool: "Not In A Deployment"
|
|
4253
4270
|
machinePool: "<span>Pool:</span> {name}"
|
|
@@ -4437,6 +4454,24 @@ servicesPage:
|
|
|
4437
4454
|
placeholder: e.g. my.database.example.com
|
|
4438
4455
|
input:
|
|
4439
4456
|
label: DNS Name
|
|
4457
|
+
harvester:
|
|
4458
|
+
title: Add-on Config
|
|
4459
|
+
ipam:
|
|
4460
|
+
label: IPAM
|
|
4461
|
+
healthCheckPort:
|
|
4462
|
+
label: Health Check Port
|
|
4463
|
+
healthCheckSuccessThreshold:
|
|
4464
|
+
label: Health Check Success Threshold
|
|
4465
|
+
description: If the number of times the prober continuously detects an address successfully reaches the success threshold, then the backend server can start to forward traffic.
|
|
4466
|
+
healthCheckFailureThreshold:
|
|
4467
|
+
label: Health Check Failure Threshold
|
|
4468
|
+
description: The backend server will stop forwarding traffic if the number of health check failures reaches the failure threshold.
|
|
4469
|
+
healthCheckPeriod:
|
|
4470
|
+
label: Health Check Period
|
|
4471
|
+
healthCheckTimeout:
|
|
4472
|
+
label: Health Check Timeout
|
|
4473
|
+
healthCheckEnabled:
|
|
4474
|
+
label: Health Check
|
|
4440
4475
|
ips:
|
|
4441
4476
|
define: Service Ports
|
|
4442
4477
|
clusterIpHelpText: The Cluster IP address must be within the CIDR range configured for the API server.
|
|
@@ -4537,6 +4572,16 @@ sortableTable:
|
|
|
4537
4572
|
=1 {{count} {count, plural, =1 {{singularLabel}} other {{pluralLabel}}}}
|
|
4538
4573
|
other {{from} - {to} of {count} {pluralLabel}}}
|
|
4539
4574
|
search: Filter
|
|
4575
|
+
in: in
|
|
4576
|
+
addFilter: Add Filter
|
|
4577
|
+
filterFor: Filter for...
|
|
4578
|
+
selectCol: Select a column
|
|
4579
|
+
resetFilters: Reset
|
|
4580
|
+
add: Add
|
|
4581
|
+
tableHeader:
|
|
4582
|
+
noFilter: This column cannot be filtered by
|
|
4583
|
+
groupBy: Group by
|
|
4584
|
+
show: Show
|
|
4540
4585
|
|
|
4541
4586
|
storageClass:
|
|
4542
4587
|
actions:
|
|
@@ -4843,6 +4888,7 @@ tableHeaders:
|
|
|
4843
4888
|
clusterCreatorDefault: Cluster Creator Default
|
|
4844
4889
|
clusterFlow: Cluster Flow
|
|
4845
4890
|
clusterOutput: Cluster Output
|
|
4891
|
+
cluster: Cluster
|
|
4846
4892
|
clusters: Clusters
|
|
4847
4893
|
clustersReady: Clusters Ready
|
|
4848
4894
|
clusterGroups: Cluster Groups
|
|
@@ -6318,7 +6364,7 @@ resourceQuota:
|
|
|
6318
6364
|
servicesLoadBalancers: Services Load Balancers
|
|
6319
6365
|
servicesNodePorts: Service Node Ports
|
|
6320
6366
|
namespaceLimit:
|
|
6321
|
-
label: Limit
|
|
6367
|
+
label: Namespace Limit
|
|
6322
6368
|
projectLimit:
|
|
6323
6369
|
label: Project Limit
|
|
6324
6370
|
cpuPlaceholder: e.g. 2000
|
|
@@ -6459,4 +6505,4 @@ auth:
|
|
|
6459
6505
|
label: Auth Provider
|
|
6460
6506
|
vncConsole:
|
|
6461
6507
|
error:
|
|
6462
|
-
message: Web VNC console connection is disconnected
|
|
6508
|
+
message: Web VNC console connection is disconnected
|