autoscaller

This commit is contained in:
Serge Logvinov
2022-12-24 15:14:45 +02:00
parent cf6b119303
commit b646502fd6
16 changed files with 286 additions and 32 deletions

View File

@@ -17,7 +17,6 @@ machine:
kubelet:
extraArgs:
rotate-server-certificates: true
node-labels: ${labels}
clusterDNS:
- 169.254.2.53
- ${cidrhost(split(",",serviceSubnets)[0], 10)}
@@ -120,6 +119,7 @@ cluster:
namespace: kube-system
data:
cloud-provider.yaml: ${ccm}
config.ini: ${oci}
externalCloudProvider:
enabled: true
manifests:

View File

@@ -0,0 +1,3 @@
useInstancePrincipals: true
loadBalancer:
disabled: true

4
oracle/templates/oci.ini Normal file
View File

@@ -0,0 +1,4 @@
[Global]
compartment-id = ${compartment_id}
region = ${region}
use-instance-principals = true

View File

@@ -36,9 +36,6 @@ machine:
keys:
- nodeID: {}
slot: 0
time:
servers:
- 169.254.169.254
cluster:
id: ${clusterID}
secret: ${clusterSecret}

View File

@@ -36,9 +36,6 @@ machine:
keys:
- nodeID: {}
slot: 0
time:
servers:
- 169.254.169.254
cluster:
id: ${clusterID}
secret: ${clusterSecret}