Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify command and description #42

Merged
merged 3 commits into from
Jun 10, 2019
Merged

Conversation

8398a7
Copy link
Contributor

@8398a7 8398a7 commented Jun 8, 2019

First of all, thank you for the great documentation.
I will use it effectively when taking the exam.

I was able to fix some of the things I was interested in practicing.
I did in the following version.

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:23:09Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:14:56Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}

8398a7 added 3 commits June 8, 2019 19:28
before:

```bash
$ kubectl cp busybox:/etc/passwd .
tar: removing leading '/' from member names
error: open .: is a directory
$ cat passwd
cat: passwd: No such file or directory
```
Copy link
Owner

@dgkanatsios dgkanatsios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dgkanatsios dgkanatsios merged commit 62c948f into dgkanatsios:master Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants