Updated docs

mine
derailed 2019-02-25 21:10:12 -08:00
parent 454532766f
commit 74526e1acc
3 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -11,6 +11,7 @@ for changes and offers subsequent commands to interact with observed resources.
[![Go Report Card](https://goreportcard.com/badge/github.com/derailed/k9s?)](https://goreportcard.com/report/github.com/derailed/k9s)
[![Build Status](https://travis-ci.com/derailed/k9s.svg?branch=master)](https://travis-ci.com/derailed/k9s)
[![release](https://img.shields.io/github/release-pre/derailed/k9s.svg)](https://github.com/derailed/k9s/releases)
---

View File

@ -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")