mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
add more msg when exec probe timeout
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
@@ -271,11 +271,11 @@ func (eic *execInContainer) Output() ([]byte, error) {
|
||||
}
|
||||
|
||||
func (eic *execInContainer) SetDir(dir string) {
|
||||
//unimplemented
|
||||
// unimplemented
|
||||
}
|
||||
|
||||
func (eic *execInContainer) SetStdin(in io.Reader) {
|
||||
//unimplemented
|
||||
// unimplemented
|
||||
}
|
||||
|
||||
func (eic *execInContainer) SetStdout(out io.Writer) {
|
||||
@@ -287,11 +287,11 @@ func (eic *execInContainer) SetStderr(out io.Writer) {
|
||||
}
|
||||
|
||||
func (eic *execInContainer) SetEnv(env []string) {
|
||||
//unimplemented
|
||||
// unimplemented
|
||||
}
|
||||
|
||||
func (eic *execInContainer) Stop() {
|
||||
//unimplemented
|
||||
// unimplemented
|
||||
}
|
||||
|
||||
func (eic *execInContainer) Start() error {
|
||||
|
Reference in New Issue
Block a user