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

The cloud-config-file is hard to use #48347

Closed
FengyunPan opened this issue Jun 30, 2017 · 2 comments
Closed

The cloud-config-file is hard to use #48347

FengyunPan opened this issue Jun 30, 2017 · 2 comments
Labels
area/provider/openstack Issues or PRs related to openstack provider

Comments

@FengyunPan
Copy link

User can not specify --cloud-config for cloudprovider correctly and failed to create/use cloud resource, it is necessary to add document into kubernetes.github.io and add code to check file before init cloudprovider, instead of returning error when create/use cloud resource.

Common Problems:

nginx-service-lb2 10.254.167.38 8000:32175/TCP 3m
-bash-4.3# kubectl describe service nginx-service-lb2
Name: nginx-service-lb2
Namespace: default
Labels:
Annotations:
Selector: name=nginx
Type: LoadBalancer
IP: 10.254.167.38
Port: 8000/TCP
NodePort: 32175/TCP
Endpoints:
Session Affinity: None
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message


3m 51s 6 service-controller Normal CreatingLoadBalancer Creating load balancer
3m 48s 6 service-controller Warning CreatingLoadBalancerFailed Error creating load balancer (will retry): Failed to create load balancer for service default/nginx-service-lb2: Error creating LB pool healthmonitor: Missing input for argument [Delay]

@k8s-github-robot
Copy link

@FengyunPan There are no sig labels on this issue. Please add a sig label by:
(1) mentioning a sig: @kubernetes/sig-<team-name>-misc
e.g., @kubernetes/sig-api-machinery-* for API Machinery
(2) specifying the label manually: /sig <label>
e.g., /sig scalability for sig/scalability

Note: method (1) will trigger a notification to the team. You can find the team list here and label list here

@k8s-github-robot k8s-github-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Jun 30, 2017
@FengyunPan FengyunPan changed the title Specify --cloud-config correctly and check cloud-config-file The cloud-config-file is hard to use Jun 30, 2017
@FengyunPan
Copy link
Author

/sig openstack

@k8s-ci-robot k8s-ci-robot added the area/provider/openstack Issues or PRs related to openstack provider label Jun 30, 2017
@k8s-github-robot k8s-github-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Jun 30, 2017
FengyunPan pushed a commit to FengyunPan/kubernetes that referenced this issue Jul 7, 2017
Fix kubernetes#48347
Check opts when register OpenStack CloudProvider rather than
returning error when use opts to create/use cloud resource.
k8s-github-robot pushed a commit that referenced this issue Jul 8, 2017
Automatic merge from submit-queue (batch tested with PRs 47234, 48410, 48514, 48529, 48348)

Check opts of cloud config file

Fix #48347
Check opts when register OpenStack CloudProvider rather than
returning error when use opts to create/use cloud resource.

**Release note**:
```release-note
NONE
```
RemingtonReackhof pushed a commit to RemingtonReackhof/kubernetes that referenced this issue Jul 11, 2017
Fix kubernetes#48347
Check opts when register OpenStack CloudProvider rather than
returning error when use opts to create/use cloud resource.
dims pushed a commit to dims/kubernetes that referenced this issue Feb 8, 2018
Fix kubernetes#48347
Check opts when register OpenStack CloudProvider rather than
returning error when use opts to create/use cloud resource.
dims pushed a commit to dims/kubernetes that referenced this issue Feb 8, 2018
Automatic merge from submit-queue (batch tested with PRs 47234, 48410, 48514, 48529, 48348)

Check opts of cloud config file

Fix kubernetes#48347
Check opts when register OpenStack CloudProvider rather than
returning error when use opts to create/use cloud resource.

**Release note**:
```release-note
NONE
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/provider/openstack Issues or PRs related to openstack provider
Projects
None yet
Development

No branches or pull requests

3 participants