mirror of https://git.rancher.io/rke2-charts
Generated changes
parent
f0df0c81cd
commit
b586e92311
|
@ -90,9 +90,9 @@ entries:
|
||||||
rke2-kube-proxy:
|
rke2-kube-proxy:
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
appVersion: v1.20.2
|
appVersion: v1.20.2
|
||||||
created: "2021-01-22T21:48:26.082236107Z"
|
created: "2021-01-25T23:01:11.589999085Z"
|
||||||
description: Install Kube Proxy.
|
description: Install Kube Proxy.
|
||||||
digest: 90c5cd701a5f7cce25a06384ebe2598c5c706bf0b595cd66d56f255a7eb64f4b
|
digest: 68f08c49c302bfe23e9c6f8074a21a6a3e0c90fdb16f5e6fb32a5a3ee3f7c717
|
||||||
keywords:
|
keywords:
|
||||||
- kube-proxy
|
- kube-proxy
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -268,4 +268,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- assets/rke2-metrics-server/rke2-metrics-server-2.11.100.tgz
|
- assets/rke2-metrics-server/rke2-metrics-server-2.11.100.tgz
|
||||||
version: 2.11.100
|
version: 2.11.100
|
||||||
generated: "2021-01-22T21:48:26.080448508Z"
|
generated: "2021-01-25T23:01:11.588633174Z"
|
||||||
|
|
Binary file not shown.
|
@ -39,85 +39,6 @@ detectLocalMode:
|
||||||
|
|
||||||
# A set of key=value pairs that describe feature gates for alpha/experimental features:
|
# A set of key=value pairs that describe feature gates for alpha/experimental features:
|
||||||
featureGates:
|
featureGates:
|
||||||
APIListChunking: true
|
|
||||||
APIPriorityAndFairness: false
|
|
||||||
APIResponseCompression: true
|
|
||||||
AllAlpha: false
|
|
||||||
AllBeta: false
|
|
||||||
AllowInsecureBackendProxy: true
|
|
||||||
AnyVolumeDataSource: false
|
|
||||||
AppArmor: true
|
|
||||||
BalanceAttachedNodeVolumes: false
|
|
||||||
BoundServiceAccountTokenVolume: false
|
|
||||||
CPUManager: true
|
|
||||||
CRIContainerLogRotation: true
|
|
||||||
CSIInlineVolume: true
|
|
||||||
CSIMigration: true
|
|
||||||
CSIMigrationAWS: false
|
|
||||||
CSIMigrationAWSComplete: false
|
|
||||||
CSIMigrationAzureDisk: false
|
|
||||||
CSIMigrationAzureDiskComplete: false
|
|
||||||
CSIMigrationAzureFile: false
|
|
||||||
CSIMigrationAzureFileComplete: false
|
|
||||||
CSIMigrationGCE: false
|
|
||||||
CSIMigrationGCEComplete: false
|
|
||||||
CSIMigrationOpenStack: false
|
|
||||||
CSIMigrationOpenStackComplete: false
|
|
||||||
ConfigurableFSGroupPolicy: false
|
|
||||||
CustomCPUCFSQuotaPeriod: false
|
|
||||||
DefaultIngressClass: true
|
|
||||||
DevicePlugins: true
|
|
||||||
DryRun: true
|
|
||||||
DynamicKubeletConfig: true
|
|
||||||
EndpointSlice: true
|
|
||||||
EndpointSliceProxying: false
|
|
||||||
EphemeralContainers: false
|
|
||||||
EvenPodsSpread: true
|
|
||||||
ExpandCSIVolumes: true
|
|
||||||
ExpandInUsePersistentVolumes: true
|
|
||||||
ExpandPersistentVolumes: true
|
|
||||||
ExperimentalHostUserNamespaceDefaulting: false
|
|
||||||
HPAScaleToZero: false
|
|
||||||
HugePageStorageMediumSize: false
|
|
||||||
HyperVContainer: false
|
|
||||||
IPv6DualStack: false
|
|
||||||
ImmutableEphemeralVolumes: false
|
|
||||||
KubeletPodResources: true
|
|
||||||
LegacyNodeRoleBehavior: true
|
|
||||||
LocalStorageCapacityIsolation: true
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
NodeDisruptionExclusion: false
|
|
||||||
NonPreemptingPriority: false
|
|
||||||
PodDisruptionBudget: true
|
|
||||||
PodOverhead: true
|
|
||||||
ProcMountType: false
|
|
||||||
QOSReserved: false
|
|
||||||
RemainingItemCount: true
|
|
||||||
RemoveSelfLink: false
|
|
||||||
RotateKubeletClientCertificate: true
|
|
||||||
RotateKubeletServerCertificate: true
|
|
||||||
RunAsGroup: true
|
|
||||||
RuntimeClass: true
|
|
||||||
SCTPSupport: false
|
|
||||||
SelectorIndex: false
|
|
||||||
ServerSideApply: true
|
|
||||||
ServiceAccountIssuerDiscovery: false
|
|
||||||
ServiceAppProtocol: false
|
|
||||||
ServiceNodeExclusion: false
|
|
||||||
ServiceTopology: false
|
|
||||||
StartupProbe: true
|
|
||||||
StorageVersionHash: true
|
|
||||||
SupportNodePidsLimit: true
|
|
||||||
SupportPodPidsLimit: true
|
|
||||||
Sysctls: true
|
|
||||||
TTLAfterFinished: false
|
|
||||||
TokenRequest: true
|
|
||||||
TokenRequestProjection: true
|
|
||||||
TopologyManager: true
|
|
||||||
ValidateProxyRedirects: true
|
|
||||||
VolumeSnapshotDataSource: true
|
|
||||||
WinDSR: false
|
|
||||||
WinOverlay: false
|
|
||||||
|
|
||||||
# The IP address with port for the health check server to serve on
|
# The IP address with port for the health check server to serve on
|
||||||
# (set to '0.0.0.0:10256' for all IPv4 interfaces and '[::]:10256' for all IPv6 interfaces). Set empty to disable.
|
# (set to '0.0.0.0:10256' for all IPv4 interfaces and '[::]:10256' for all IPv6 interfaces). Set empty to disable.
|
||||||
|
|
|
@ -90,9 +90,9 @@ entries:
|
||||||
rke2-kube-proxy:
|
rke2-kube-proxy:
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
appVersion: v1.20.2
|
appVersion: v1.20.2
|
||||||
created: "2021-01-22T21:48:26.082236107Z"
|
created: "2021-01-25T23:01:11.589999085Z"
|
||||||
description: Install Kube Proxy.
|
description: Install Kube Proxy.
|
||||||
digest: 90c5cd701a5f7cce25a06384ebe2598c5c706bf0b595cd66d56f255a7eb64f4b
|
digest: 68f08c49c302bfe23e9c6f8074a21a6a3e0c90fdb16f5e6fb32a5a3ee3f7c717
|
||||||
keywords:
|
keywords:
|
||||||
- kube-proxy
|
- kube-proxy
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -268,4 +268,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- assets/rke2-metrics-server/rke2-metrics-server-2.11.100.tgz
|
- assets/rke2-metrics-server/rke2-metrics-server-2.11.100.tgz
|
||||||
version: 2.11.100
|
version: 2.11.100
|
||||||
generated: "2021-01-22T21:48:26.080448508Z"
|
generated: "2021-01-25T23:01:11.588633174Z"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
599756b59da3b3b76c787539e0f6bb2f884f0fc16cefd2d43f86e85b8695c276 packages/rke2-kube-proxy/charts/values.yaml
|
2e2bbaaec000269e54a0586a1c4564993b371a84b09dbd51805c1e83724cf441 packages/rke2-kube-proxy/charts/values.yaml
|
||||||
444c96f0363011a6cbd60939e9b2bfe52144679c44d99ec8c651875d669f6687 packages/rke2-kube-proxy/charts/Chart.yaml
|
444c96f0363011a6cbd60939e9b2bfe52144679c44d99ec8c651875d669f6687 packages/rke2-kube-proxy/charts/Chart.yaml
|
||||||
6a1dcaed632df8e1c4478255d9fba792f4ee7a10aa5fe88861d0eed4357ca392 packages/rke2-kube-proxy/charts/templates/daemonset.yaml
|
6a1dcaed632df8e1c4478255d9fba792f4ee7a10aa5fe88861d0eed4357ca392 packages/rke2-kube-proxy/charts/templates/daemonset.yaml
|
||||||
3ea61d8092a4c6841e1a28d9b5db86110a263b693fb2845679cd2fc1891b5763 packages/rke2-kube-proxy/charts/templates/rbac.yaml
|
3ea61d8092a4c6841e1a28d9b5db86110a263b693fb2845679cd2fc1891b5763 packages/rke2-kube-proxy/charts/templates/rbac.yaml
|
||||||
|
|
Loading…
Reference in New Issue