Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
364b18cb
Unverified
Commit
364b18cb
authored
Mar 18, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Mar 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75375 from frapposelli/GH-75236
Stop vsphere cloud provider from spamming logs with `failed to patch IP`
parents
ebea0377
d22a39db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vsphere.go
pkg/cloudprovider/providers/vsphere/vsphere.go
+1
-1
No files found.
pkg/cloudprovider/providers/vsphere/vsphere.go
View file @
364b18cb
...
@@ -585,7 +585,7 @@ func getLocalIP() ([]v1.NodeAddress, error) {
...
@@ -585,7 +585,7 @@ func getLocalIP() ([]v1.NodeAddress, error) {
)
)
klog
.
V
(
4
)
.
Infof
(
"Detected local IP address as %q"
,
ipnet
.
IP
.
String
())
klog
.
V
(
4
)
.
Infof
(
"Detected local IP address as %q"
,
ipnet
.
IP
.
String
())
}
else
{
}
else
{
klog
.
Warningf
(
"Failed to patch IP as MAC address %q does not belong to a VMware platform"
,
vmMACAddr
)
klog
.
V
(
4
)
.
Infof
(
"Failed to patch IP for interface %q as MAC address %q does not belong to a VMware platform"
,
i
.
Name
,
vmMACAddr
)
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment