Skip to content

Instantly share code, notes, and snippets.

@mattlqx
Created January 9, 2020 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattlqx/a2f6bc5a198fb11f77cbd9adaac46ece to your computer and use it in GitHub Desktop.
Save mattlqx/a2f6bc5a198fb11f77cbd9adaac46ece to your computer and use it in GitHub Desktop.
I0109 04:53:18.183093 1 log_handler.go:29] AWS request: ec2 DescribeInstances
I0109 04:53:18.446339 1 round_trippers.go:443] GET https://172.30.0.120:6443/api/v1/namespaces/kube-system/endpoints/cloud-controller-manager 200 OK in 2 milliseconds
I0109 04:53:18.448765 1 round_trippers.go:443] GET https://172.30.0.120:6443/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cloud-controller-manager 200 OK in 2 milliseconds
I0109 04:53:18.453679 1 round_trippers.go:443] PUT https://172.30.0.120:6443/api/v1/namespaces/kube-system/endpoints/cloud-controller-manager 200 OK in 4 milliseconds
I0109 04:53:18.458118 1 round_trippers.go:443] GET https://172.30.0.120:6443/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cloud-controller-manager 200 OK in 4 milliseconds
I0109 04:53:18.458911 1 log_handler.go:34] AWS API Send: ec2 DescribeInstances &{DescribeInstances POST / 0xc0008d9310 <nil>} {
Filters: [{
Name: "private-dns-name",
Values: ["ip-172-30-0-123.us-west-2.compute.internal"]
},{
Name: "instance-state-name",
Values: [
"pending",
"running",
"shutting-down",
"stopping",
"stopped"
]
}]
}
I0109 04:53:18.459017 1 log_handler.go:39] AWS API ValidateResponse: ec2 DescribeInstances &{DescribeInstances POST / 0xc0008d9310 <nil>} {
Filters: [{
Name: "private-dns-name",
Values: ["ip-172-30-0-123.us-west-2.compute.internal"]
},{
Name: "instance-state-name",
Values: [
"pending",
"running",
"shutting-down",
"stopping",
"stopped"
]
}]
} 200 OK
E0109 04:53:18.460571 1 node_controller.go:423] error fetching node by provider ID: Invalid format for AWS instance (), and error by node name: getInstanceByNodeName failed for "ip-172-30-0-123.us-west-2.compute.internal" with "instance not found"
I0109 04:53:18.463542 1 round_trippers.go:443] PUT https://172.30.0.120:6443/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cloud-controller-manager 200 OK in 5 milliseconds
I0109 04:53:18.465762 1 leaderelection.go:283] successfully renewed lease kube-system/cloud-controller-manager
I0109 04:53:18.465831 1 round_trippers.go:443] GET https://172.30.0.120:6443/api/v1/nodes/ip-172-30-0-123.us-west-2.compute.internal 200 OK in 5 milliseconds
I0109 04:53:18.466021 1 aws.go:4593] Unable to convert node name "ip-172-30-0-123.us-west-2.compute.internal" to aws instanceID, fall back to findInstanceByNodeName: node has no providerID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment