Updated docs
parent
454532766f
commit
74526e1acc
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2018, Imhotep Software LLC <fernand@k8sland.io>
|
||||
Copyright © 2019, Imhotep Software LLC <fernand@imhotep.io>
|
||||
All rights reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ for changes and offers subsequent commands to interact with observed resources.
|
|||
|
||||
[](https://goreportcard.com/report/github.com/derailed/k9s)
|
||||
[](https://travis-ci.com/derailed/k9s)
|
||||
[](https://github.com/derailed/k9s/releases)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ func (v *podView) showPicker(cc []string) {
|
|||
}
|
||||
|
||||
func (v *podView) sshInto(path, co string) {
|
||||
// v.app.flash(flashInfo, "Shell into pod", path)
|
||||
ns, po := namespaced(path)
|
||||
if len(co) == 0 {
|
||||
run(v.app, "exec", "-it", "-n", ns, po, "--", "sh")
|
||||
|
|
|
|||
Loading…
Reference in New Issue