Created
June 24, 2015 04:10
-
-
Save wkharold/2e08bffdd3dc1504ace0 to your computer and use it in GitHub Desktop.
kube-controller-master log output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I0624 04:09:15.169298 6 servicecontroller.go:202] Got new Added delta for service: &{TypeMeta:{Kind: APIVersion:} ObjectMeta:{Name:nginx GenerateName: Namespace:default SelfLink: | |
/api/v1/namespaces/default/services/nginx UID:c6d0c8ed-1a26-11e5-ae11-42010af0242c ResourceVersion:278703 CreationTimestamp:2015-06-24 04:09:15 +0000 UTC DeletionTimestamp:<nil> Labels | |
:map[name:nginx] Annotations:map[]} Spec:{Ports:[{Name: Protocol:TCP Port:443 TargetPort:{Kind:0 IntVal:443 StrVal:} NodePort:0}] Selector:map[name:nginx] ClusterIP:10.0.133.167 Type:C | |
lusterIP DeprecatedPublicIPs:[] SessionAffinity:None} Status:{LoadBalancer:{Ingress:[]}}} | |
I0624 04:09:15.329916 6 servicecontroller.go:279] Not creating LB for service default/nginx that doesn't want one. | |
I0624 04:09:15.329978 6 servicecontroller.go:299] Not persisting unchanged LoadBalancerStatus to registry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment