We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Created a service with type=LoadBalancer on a GCE cluster. See a nodePort allocated for it.
kube-dns-prometheus.yaml
apiVersion: v1 kind: Service metadata: labels: k8s-app: kube-dns kubernetes.io/name: KubeDNSPrometheus name: kube-dns-prom namespace: kube-system spec: ports: - name: prometheus port: 8081 protocol: TCP targetPort: 8081 selector: k8s-app: kube-dns sessionAffinity: None type: LoadBalancer
kubectl edit rc
apiVersion: v1 kind: Service metadata: creationTimestamp: 2016-09-07T18:12:23Z labels: k8s-app: kube-dns kubernetes.io/name: KubeDNSPrometheus name: kube-dns-prom namespace: kube-system resourceVersion: "1333" selfLink: /api/v1/namespaces/kube-system/services/kube-dns-prom uid: a00bccaf-7526-11e6-b939-42010a800002 spec: clusterIP: 10.0.60.71 ports: - name: prometheus nodePort: 32333 # <<<<<<<<<<<<<<<<<<<<<<<<<<< nodePort allocated port: 8081 protocol: TCP targetPort: 8081 selector: k8s-app: kube-dns sessionAffinity: None type: LoadBalancer status: loadBalancer: ingress: - ip: 130.211.202.152
The text was updated successfully, but these errors were encountered:
Already fixed.
https://github.com/kubernetes/kubernetes/blob/master/pkg/quota/evaluator/core/services.go#L148
/cc @cmluciano
Sorry, something went wrong.
ref: #39364
/assign
/close
cmluciano
derekwaynecarr
No branches or pull requests
Created a service with type=LoadBalancer on a GCE cluster.
See a nodePort allocated for it.
kube-dns-prometheus.yaml
kubectl edit rc
The text was updated successfully, but these errors were encountered: