Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annotations aren't recognized #402

Open
nagyleventeboldizsar opened this issue Oct 26, 2022 · 2 comments
Open

annotations aren't recognized #402

nagyleventeboldizsar opened this issue Oct 26, 2022 · 2 comments

Comments

@nagyleventeboldizsar
Copy link

BUG REPORT

Versions

CCM Version: actual (latest)

Environment:

  • Kubernetes version (use kubectl version): 1.25.3
  • OS (e.g. from /etc/os-release): Ubuntu 22.04
  • Kernel (e.g. uname -a): 5.10.16
  • Others:

What happened?

I've read the official documentation and tons of other docs. As I can understand, you are able to configure LB with kube annotations. My annotations are the following:

oci.oraclecloud.com/load-balancer-type: "lb" 
service.beta.kubernetes.io/oci-load-balancer-shape: "flexible"
service.beta.kubernetes.io/oci-load-balancer-shape-flex-min: "10Mbps"
service.beta.kubernetes.io/oci-load-balancer-shape-flex-max: "10Mbps" 

I N-checked it and it's the LoadBalancer's annotations. Indentation and syntax is OK. When I delete or comment out the whole annotation block, then it'll create LB automatically as intended.

What you expected to happen?

To modify the load-balancer with the given parameters.

How to reproduce it (as minimally and precisely as possible)?

Create Loadbalancer Service and apply only those specs.

@AkarshES
Copy link
Contributor

Please share the output of kubectl describe svc <svc-name> when these annotations are present.

@AkarshES
Copy link
Contributor

AkarshES commented Nov 9, 2022

@nagyleventeboldizsar please share the output of
kubectl describe svc <svc-name>
and
kubectl get svc -o yaml <svc-name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants