File tree Expand file tree Collapse file tree 5 files changed +95
-63
lines changed Expand file tree Collapse file tree 5 files changed +95
-63
lines changed Original file line number Diff line number Diff line change 2525- If an annotation is not specified, the cloud controller manager will apply default configuration.
2626
2727### ` service.beta.kubernetes.io/scw-loadbalancer-id`
28- This annotation is the ID of the loadbalancer to use. It is populated by the CCM with the new LB ID if it doesn't exist.
29- It has the form `<region >/<lb-id>`.
28+ This annotation is the ID of the loadbalancer to use. It is populated by the CCM with the new LB ID if the annotation does not exist.
29+ It has the form `<zone >/<lb-id>`.
3030
3131# ## `service.beta.kubernetes.io/scw-loadbalancer-forward-port-algorithm`
3232This is the annotation to choose the load balancing algorithm.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/scaleway/scaleway-cloud-controller-manager
33go 1.15
44
55require (
6- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6 .0.20200820094136-e5e36003a999
6+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7 .0.20210817142252-2836d8ffcc09
77 k8s.io/api v0.19.0
88 k8s.io/apimachinery v0.19.0
99 k8s.io/client-go v0.19.0
Original file line number Diff line number Diff line change @@ -479,8 +479,8 @@ github.com/russross/blackfriday v0.0.0-20170610170232-067529f716f4/go.mod h1:JO/
479479github.com/russross/blackfriday v1.5.2 /go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g =
480480github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
481481github.com/satori/go.uuid v1.2.0 /go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0 =
482- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6 .0.20200820094136-e5e36003a999 h1:JfTFkJt8n60HtsfHw5e6A1gim8W2kQ57uOXLLQES40w =
483- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6 .0.20200820094136-e5e36003a999 /go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8 =
482+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7 .0.20210817142252-2836d8ffcc09 h1:yhJDl3IfiMEtenYzmBE8txehmXD9jztfUTtpdLb/WYU =
483+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7 .0.20210817142252-2836d8ffcc09 /go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8 =
484484github.com/seccomp/libseccomp-golang v0.9.1 /go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo =
485485github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
486486github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
You can’t perform that action at this time.
0 commit comments