Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2f051c7

Browse files
Manifest changes
1 parent 7058876 commit 2f051c7

File tree

9 files changed

+74
-110
lines changed

9 files changed

+74
-110
lines changed

‎.gitignore‎

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,3 @@ config.yaml
4848

4949
.idea/
5050
*.iml
51-
/hack/oci_K8s_e2e_cluster_create_with_ccm_csi.sh
52-
/v1.30.0/oci-cloud-controller-manager.yaml
53-
/v1.30.0/oci-cloud-controller-manager-rbac.yaml
54-
/v1.30.0/oci-csi-controller-driver.yaml
55-
/v1.30.0/oci-csi-node-driver.yaml
56-
/v1.30.0/oci-csi-node-rbac.yaml
57-
/v1.30.0/oci-flexvolume-driver.yaml
58-
/v1.30.0/oci-flexvolume-driver-rbac.yaml
59-
/v1.30.0/oci-volume-provisioner.yaml
60-
/v1.30.0/oci-volume-provisioner-fss.yaml
61-
/v1.30.0/oci-volume-provisioner-rbac.yaml
62-
/v1.30.0/storage-class.yaml
63-
/e2e-1-31.log
64-
/e2e-1-31-csi.log
65-
/e2e-1-31-lb.log
66-
/e2e-1-31-lb-2.log

‎hack/existing-standalone-cluster-env-template.sh‎

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,80 +3,83 @@
33
##################################################################################################
44
# This template can be used to tweak the environment variables needed to run the E2E tests locally #
55
# Default behavior:
6-
# Runs test on an existing cluster in dev0-iad
6+
# Runs test on an existing cluster
7+
# Note: All variables that have comment as "# Mandatory" need to be filled with appropriate values for the tests to run correctly.
78

89
# To run the tests:
9-
# 1. Change the FOCUS variable here to specify the subset of E2E tests to run
10+
# 1. Change the FOCUS valiable here to specify the subset of E2E tests to run
1011
# 2. Set CLUSTER_KUBECONFIG and CLOUD_CONFIG if needed
11-
# 3. run 'source existing-cluster-dev0-env-template.sh' to set the variables
12+
# 3. run 'source existing-standalone-cluster-env-template.sh' to set the variables
1213
# 4. run 'make run-ccm-e2e-tests-local`
1314
##################################################################################################
1415

1516
# The test suites to run (can replace or add tags)
16-
export FOCUS="\[test1\]"
17+
export FOCUS="\[cloudprovider\]"
1718

1819
# The test suites to skip (can replace or add tags)
1920
export FOCUS_SKIP=""
2021

21-
# Run E2Es in parallel. # of ginkgo "nodes" will be decided automatically based on CPU cores.
22-
export ENABLE_PARALLEL_RUN=true
22+
# Scope can be ARM / AMD / BOTH
23+
# Mandatory
24+
export SCOPE="BOTH"
2325

24-
# This variable tells the test not to install oci cli and wipe out your .oci/config
25-
export LOCAL_RUN=1
26-
export TC_BUILD=0
26+
# A Reserved IP in your compartment for testing LB creation with Reserved IP
27+
# Create a public reserved IP in your compartment using the following link:
28+
# https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/managingpublicIPs.htm#console-reserved
29+
# Set the public reserved IP in the following env-variable:
30+
# Mandatory
31+
export RESERVED_IP=""
2732

28-
# This allows you to use your existing cluster
29-
export ENABLE_CREATE_CLUSTER=false
33+
# Set path to kubeconfig of existing cluster if it does not exist in default path. Defaults to $HOME/.kube/config.
34+
# Mandatory
35+
export CLUSTER_KUBECONFIG=$HOME/.kube/config
3036

31-
# Set path to kubeconfig of existing cluster if it does not exist in default path. Defaults to $HOME/.kube/config_*
32-
export CLUSTER_KUBECONFIG=/Users/ypgohoka/.e2e_ccm_csi/oss-1-31.kubeconfig
37+
# Set path to cloud_config of existing cluster if it does not exist in default path. Defaults to $HOME/cloudconfig.
38+
# Mandatory
39+
export CLOUD_CONFIG=$HOME/cloudconfig
3340

34-
# Set path to cloud_config of existing cluster if it does not exist in default path. Defaults to $HOME/cloudconfig_*
35-
export CLOUD_CONFIG=/Users/ypgohoka/go/src/github.com/oracle/oci-cloud-controller-manager/manifests/provider-config-example.yaml
41+
# ADLOCATION example is IqDk:US-ASHBURN-AD-1
42+
# Mandatory
43+
export ADLOCATION=""
3644

45+
# KMS key for CMEK testing
46+
# CMEK KEY example "ocid1.key.relm.region.bb..cc.aaa...aa"
47+
# Mandatory
48+
export CMEK_KMS_KEY=""
3749

38-
export IMAGE_PULL_REPO="iad.ocir.io/okedev/e2e-tests/"
39-
export ADLOCATION="Ddfp:US-ASHBURN-AD-2"
40-
41-
#KMS key for CMEK testing
42-
export CMEK_KMS_KEY="ocid1.key.oc1.iad.b5r7iu5xaagy2.abuwcljsizwczmdfnitnxaruykluz3p6kwprasd2l7ebfvbkxbytvuumg4cq"
43-
44-
#NSG Network security group created in cluster's VCN
45-
export NSG_OCIDS="ocid1.networksecuritygroup.oc1.iad.aaaaaaaarqaak4vupqsxits6crgsxu5p65eh7p422iry6qttvafn5jvhsmva,ocid1.networksecuritygroup.oc1.iad.aaaaaaaaie4b3quurf3b5sgwz7lwmygii65k3yvlhkyakqacu74xowe3763q"
50+
# NSG Network security group created in cluster's VCN
51+
# CCM E2E tests require two NSGs to run successfully. Please create two NSGs in the cluster's VCN and set NSG_OCIDS
52+
# NSG_OCIDS example ocid1.networksecuritygroup.relm.region.aa...aa,ocid1.networksecuritygroup.relm.region.aa...aa
53+
# Mandatory
54+
export NSG_OCIDS=","
4655

4756
# NSG Network security group created in cluster's VCN for backend management, this NSG will have to be attached to the nodes manually for tests to pass
48-
export BACKEND_NSG_OCIDS="ocid1.networksecuritygroup.oc1.iad.aaaaaaaaie4b3quurf3b5sgwz7lwmygii65k3yvlhkyakqacu74xowe3763q"
49-
50-
#Reserved IP created in e2e test compartment
51-
export RESERVED_IP="169.155.149.109"
57+
export BACKEND_NSG_OCIDS=""
5258

53-
#Architecture to run tests on
54-
export ARCHITECTURE_AMD="AMD"
55-
export ARCHITECTURE_ARM="ARM"
56-
57-
#Focus the tests : ARM, AMD or BOTH
58-
export SCOPE="AMD"
59+
# FSS VOLUME HANDLE in the format filesystem_ocid:mountTargetIP:export_path
60+
# Make sure fss volume handle is in the same subnet as your nodes
61+
# Create a file system, file export path and mount target in your VCN by following
62+
# https://docs.oracle.com/en-us/iaas/Content/File/Tasks/creatingfilesystems.htm#Using_the_Console
63+
# And setup your network for the file system by following:
64+
# https://docs.oracle.com/en-us/iaas/Content/File/Tasks/securitylistsfilestorage.htm
65+
# Mandatory
66+
export FSS_VOLUME_HANDLE=""
5967

6068
# For debugging the tests in existing cluster, do not turn it off by default.
6169
# Optional
6270
# export DELETE_NAMESPACE=false
6371

64-
# FSS volume handle
65-
# format is FileSystemOCID:serverIP:path
66-
export FSS_VOLUME_HANDLE="ocid1.filesystem.oc1.iad.aaaaaaaaaacdndlxnfqwillqojxwiotjmfsc2ylefuyqaaaa:10.0.73.199:/oss-test"
67-
export FSS_VOLUME_HANDLE_ARM="ocid1.filesystem.oc1.iad.aaaaaaaaaacdndlxnfqwillqojxwiotjmfsc2ylefuyqaaaa:10.0.73.199:/oss-test"
68-
69-
export MNT_TARGET_ID="ocid1.mounttarget.oc1.iad.aaaaacvippzjdfiynfqwillqojxwiotjmfsc2ylefuyqaaaa"
70-
export MNT_TARGET_SUBNET_ID="ocid1.subnet.oc1.iad.aaaaaaaafujcpvwdn3s2liqwrilolm7jmxkwq35zieo7zk4medjtqxjac7cq"
71-
export MNT_TARGET_COMPARTMENT_ID="ocid1.compartment.oc1..aaaaaaaaee2fxlf36idmiqlyvnyhkh2oquz5loogbmzat73hnnqhu2c3352a"
72+
# By default, public images are used. But if your Cluster's environment cannot access above public images then below option can be used to specify an accessible repo.
73+
# Optional
74+
# export IMAGE_PULL_REPO="accessiblerepo.com/repo/path/"
7275

73-
export STATIC_SNAPSHOT_COMPARTMENT_ID="ocid1.compartment.oc1..aaaaaaaaee2fxlf36idmiqlyvnyhkh2oquz5loogbmzat73hnnqhu2c3352a"
76+
export MNT_TARGET_ID=""
77+
export MNT_TARGET_SUBNET_ID=""
78+
export MNT_TARGET_COMPARTMENT_ID=""
7479

75-
# For SKE node, node_info, node_lifecycle controller tests against PDE
76-
# To setup PDE and point your localhost:25000 to the PDE CP API refer: Refer: https://bitbucket.oci.oraclecorp.com/projects/OKE/repos/oke-control-plane/browse/personal-environments/README.md
77-
# export CE_ENDPOINT_OVERRIDE="http://localhost:25000"
80+
export STATIC_SNAPSHOT_COMPARTMENT_ID=""
7881

7982
# Whether to run UHP E2Es or not, requires Volume Management Plugin enabled on the node and 16+ cores
8083
# Check the following doc for the exact requirements:
8184
# https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeperformance.htm#shapes_block_details
82-
export RUN_UHP_E2E="false"
85+
export RUN_UHP_E2E="false"

‎manifests/cloud-controller-manager/oci-cloud-controller-manager.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
path: /etc/kubernetes
4343
containers:
4444
- name: oci-cloud-controller-manager
45-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
45+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
4646
command: ["/usr/local/bin/oci-cloud-controller-manager"]
4747
args:
4848
- --cloud-config=/etc/oci/cloud-provider.yaml

‎manifests/container-storage-interface/oci-csi-controller-driver.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
- --fss-csi-endpoint=unix://var/run/shared-tmpfs/csi-fss.sock
9797
command:
9898
- /usr/local/bin/oci-csi-controller-driver
99-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
99+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
100100
imagePullPolicy: IfNotPresent
101101
volumeMounts:
102102
- name: config

‎manifests/container-storage-interface/oci-csi-node-driver.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ spec:
117117
fieldPath: spec.nodeName
118118
- name: PATH
119119
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
120-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
120+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
121121
securityContext:
122122
privileged: true
123123
volumeMounts:

‎manifests/flexvolume-driver/oci-flexvolume-driver.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
secretName: oci-flexvolume-driver
4141
containers:
4242
- name: oci-flexvolume-driver
43-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
43+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
4444
command: ["/usr/local/bin/install.py", "-c", "/tmp/config.yaml"]
4545
securityContext:
4646
privileged: true
@@ -76,7 +76,7 @@ spec:
7676
type: DirectoryOrCreate
7777
containers:
7878
- name: oci-flexvolume-driver
79-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
79+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
8080
command: ["/usr/local/bin/install.py"]
8181
securityContext:
8282
privileged: true

‎manifests/provider-config-example.yaml‎

Lines changed: 18 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,38 @@
11
auth:
2-
region: us-ashburn-1
3-
tenancy: ocid1.tenancy.oc1..aaaaaaaajol5woa4is3merb234fy4b46bps2nsjr3lcz7rvgj25dr5dxfmnq
4-
user: ocid1.user.oc1..aaaaaaaaxvygorqdp67kwdjfmvbnsoynbkp7z2erqvr3gflajwoxs3faagcq
2+
region: us-phoenix-1
3+
tenancy: ocid1.tenancy.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
4+
user: ocid1.user.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
55
key: |
6-
-----BEGIN PRIVATE KEY-----
7-
MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDx8j7Hsla9cKxb
8-
EeZeQFBBP6Zxx/QToMmoZDaSqcAQAoDEjjG8QLslAQXAI2QrjtFhwIauwdsYOAYZ
9-
Y3DtaEwrzn74K8te1/oyB1pm4zUm2uSvAaprTyLjLIYWISaTJGujzNwqns7zjxzF
10-
2U4Clcap+v0KFuN212+5hn93UeR0s3RZlEQRyEOXHg+d4l/fHlIao/z4EXyEntzc
11-
oo88ark7qg8CBzbkU6Rq7jBa3iF5bIOl9xVS1wKuxU/hx5BCWB5VPuB5iTkQm/XR
12-
5Tm/cW12t4eL48VcE6nQSYqzCyBHKDd29YEhHLpbh0p1/t0+23Ui1ILFAK65WPtA
13-
KNaXLb77AgMBAAECggEAF1onyBOE/rzgzdtw7jjr5hhUIthHTRuwSxH9GHPM516u
14-
ego1b7OZvI0YNn7T/MZInFQ+S6DHWlOR9yJbdHakH3hLVf24H9vduLVv+s1ERI9N
15-
Ej0pazkUp3OVL46ckAgsYX904qI4XFa8UrZSKrq1FZP1l2M1KjPKA1Chfe1IDSFS
16-
9zd107Iw2wXzj5s6OjiAAz18hX1WNR4Pt7wZL9PtbU+HKuBsgB+FM293Y5cT5YQ8
17-
vceLPUx2Hmzv7dA42Bgma2WvX+WigrRLlaA7RwYOK0wrzgCBra3fbUaprm9HijHE
18-
uqYz7sYkIZWTbFUWDL997oEQu/R2O2r5iLeIFV2aYQKBgQD5BprLBjEDxBK3VPOu
19-
g1CLuhUMWePBxdkziqTgOfpQgst+LGRv+xTohXnOcosYAEIOdm8hcI0aeoN4G2yP
20-
jgyCSwg+gfWCcTma/JDVkUHT1oDh7JNay4TWKkF7td434F5s90rxe6Bk8NRyQfqI
21-
Yfr9TWDkx94S9wABvOXxivlroQKBgQD4uOI9m2ymwQWyG7G61LjnEW/4C5kXYqtS
22-
RnGi875TbLmOSefYjftbUFUBE/55IRhlrz8QPYXOwJvWFctNv5t1XiqfO2LOylT3
23-
qXyVQvRShigSvuOkko8lb0U7e6YzZUITAYpxqISdJIiXp83sQG8fGd4/teXqGIrq
24-
/v/C371FGwKBgQC6nVByxHkGsXC1Ilxact1xWEldsB8VnwZdsZBM2CXVH68PJoU9
25-
xZKtjRjytLO3kLnvzKELFiUnqpfK8gIwsep92WycKxeoYOEiXBLNeMUz0pNSus7S
26-
Q6GQPKpF4sxcYy9fyRHIVTSlcDRES11LxuEn4UyzJXQuEhtXMg+/Kr4vAQKBgQDG
27-
9N3E+jcHjQ/JUW3yTYc7Dy/J8z0a/8qbnc3405FDmo0zzNqw16JhgPj+S8gbjOW/
28-
MVf43b3TjS8bKYPfRY5NbG4bwZ1gXWlqUyFdJJncCYS0ug3O742iHEf9NQPVyQH5
29-
whnEoVCzgy3gYlLO0RwSfNbTj+XCRK+bGy/r6p20UQKBgQDlLFhUzo3GFl2tyPBH
30-
7V4L1IuDnQ8+aZCUcLYE1vbUqrruBwsa9pRJbAa07aWlY6vNK7G6Tb/+AuMGu2Dm
31-
q9ZOnExtW/qCQzKz9r0fj7Qd/y3YZb10q8npm2cPU+MkAK8+FmYSSV1gb8L5Y5zi
32-
dnmsQh4yc0q4sAqQR75PiiPbEA==
33-
-----END PRIVATE KEY-----
34-
fingerprint: b2:79:69:6f:32:c7:c7:cf:85:20:82:da:e5:1e:e8:0d
6+
-----BEGIN RSA PRIVATE KEY-----
7+
<snip>
8+
-----END RSA PRIVATE KEY-----
9+
# Omit if there is not a password for the key
10+
passphrase: supersecretpassword
11+
fingerprint: 8c:bf:17:7b:5f:e0:7d:13:75:11:d6:39:0d:e2:84:74
3512

3613
# Omit all of the above options then set useInstancePrincipals to true if you
3714
# want to use Instance Principals API access
3815
# (https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Tasks/callingservicesfrominstances.htm).
39-
# Ensure you have set up the following OCI policies and your kubernetes nodes are running within them
16+
# Ensure you have setup the following OCI policies and your kubernetes nodes are running within them
4017
# allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
4118
# allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
4219
# allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]
4320
useInstancePrincipals: false
4421

4522
# compartment configures Compartment within which the cluster resides.
46-
compartment: ocid1.compartment.oc1..aaaaaaaaee2fxlf36idmiqlyvnyhkh2oquz5loogbmzat73hnnqhu2c3352a
23+
compartment: ocid1.compartment.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
4724

4825
# vcn configures the Virtual Cloud Network (VCN) within which the cluster resides.
49-
vcn: "ocid1.vcn.oc1.iad.amaaaaaa27mmasaatg7jx6sxhkn4idung2qwuy4omsyqtnisykdp62fxqukq"
26+
vcn: ocid1.vcn.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
5027

5128
loadBalancer:
5229
# subnet1 configures one of two subnets to which load balancers will be added.
5330
# OCI load balancers require two subnets to ensure high availability.
54-
subnet1: ocid1.subnet.oc1.iad.aaaaaaaabl3ayjyycxd6imwiqok5gghg73kgieibqijseyhkkpsu6dvkjhga
31+
subnet1: ocid1.subnet.oc1.phx.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
5532

5633
# subnet2 configures the second of two subnets to which load balancers will be
5734
# added. OCI load balancers require two subnets to ensure high availability.
58-
#subnet2: ocid1.subnet.oc1.phx.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
35+
subnet2: ocid1.subnet.oc1.phx.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
5936

6037
# SecurityListManagementMode configures how security lists are managed by the CCM.
6138
# If you choose to have security lists managed by the CCM, ensure you have setup the following additional OCI policy:
@@ -71,14 +48,14 @@ loadBalancer:
7148
# user has setup a rule that allows inbound traffic to the
7249
# appropriate ports for kube proxy health port, node port
7350
# ranges, and health check port ranges. E.g. 10.82.0.0/16 30000-32000.
74-
# Additionally requires the user to manage rules to allow
51+
# Additionally requires the user to mange rules to allow
7552
# inbound traffic to load balancers.
7653
securityListManagementMode: All
7754

7855
# Optional specification of which security lists to modify per subnet. This does not apply if security list management is off.
79-
# securityLists:
80-
# ocid1.subnet.oc1.phx.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa: ocid1.securitylist.oc1.iad.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
81-
# ocid1.subnet.oc1.phx.bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb: ocid1.securitylist.oc1.iad.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
56+
securityLists:
57+
ocid1.subnet.oc1.phx.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa: ocid1.securitylist.oc1.iad.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
58+
ocid1.subnet.oc1.phx.bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb: ocid1.securitylist.oc1.iad.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
8259

8360
# Optional rate limit controls for accessing OCI API
8461
rateLimiter:

‎manifests/volume-provisioner/oci-volume-provisioner-fss.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretName: oci-volume-provisioner
3636
containers:
3737
- name: oci-volume-provisioner
38-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
38+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
3939
command: ["/usr/local/bin/oci-volume-provisioner"]
4040
env:
4141
- name: NODE_NAME

‎manifests/volume-provisioner/oci-volume-provisioner.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretName: oci-volume-provisioner
3636
containers:
3737
- name: oci-volume-provisioner
38-
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.31.0
38+
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
3939
command: ["/usr/local/bin/oci-volume-provisioner"]
4040
env:
4141
- name: NODE_NAME

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /