-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow failover with http when tls communication is unauthorized (#1679)
* allow failover with http when tls communication is unauthorized
- Loading branch information
Charly Fontaine
authored
May 17, 2018
1 parent
60423bc
commit 4ad6d64
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
4 changes: 4 additions & 0 deletions
4
releasenotes/notes/kubelet-http-attempt-66433aa43e37e3f7.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
issues: | ||
- | | ||
If the kubelet is not configured with TLS auth, the agent will fail to communicate with the API when it should still try HTTP. |