Skip to content

Commit b19d996

Browse files
carloryaojea
andcommitted
Update staging/src/k8s.io/cloud-provider/sample/README.md
Co-authored-by: Antonio Ojea <[email protected]>
1 parent 4ff2390 commit b19d996

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

staging/src/k8s.io/cloud-provider/plugins.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ var (
3939
name string
4040
external bool
4141
detail string
42-
}{
43-
{"gce", true, "The GCE built-in cloud provider was removed. Please use https://github.com/kubernetes/cloud-provider-gcp"},
44-
}
42+
}{}
4543
)
4644

4745
const externalCloudProvider = "external"

staging/src/k8s.io/cloud-provider/sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Begin with 1.20, all cloud providers should not copy over or vendor in `k8s.io/k
1111
1. Have your external repo under k8s.io. e.g. `k8s.io/cloud-provider-<provider>`
1212
2. Create `main.go` file under your external repo CCM directory. Please refer to `basic_main.go` for a minimum working sample.
1313
Note: If you have a requirement of adding/deleting controllers within CCM, please refer to `k8s.io/kubernetes/cmd/cloud-controller-manager/main.go` for extra details.
14-
3. Build/release CCM from your external repo. For existing cloud providers, the option to import legacy providers from `k8s.io/legacy-cloud-provider/<provider>` is still available until 1.31.
14+
3. Build/release CCM from your external repo. For existing cloud providers, the option to import legacy providers from `k8s.io/legacy-cloud-provider/<provider>` is not available since 1.31.
1515

1616
## Things you should NOT do
1717

0 commit comments

Comments
 (0)