"Kubectl cp"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
3번째 줄: 3번째 줄:
;kubectl cp
;kubectl cp


<source lang='console'>
<syntaxhighlight lang='console'>
user01@localhost:~# kubectl cp analysis-nori-7.6.0.zip elasticsearch-master-0:/
user01@localhost:~# kubectl cp analysis-nori-7.6.0.zip elasticsearch-master-0:/
tar: analysis-nori-7.6.0.zip: Cannot open: Permission denied
tar: analysis-nori-7.6.0.zip: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
tar: Exiting with failure status due to previous errors
command terminated with exit code 2
command terminated with exit code 2
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
user01@localhost:~# kubectl cp analysis-nori-7.6.0.zip elasticsearch-master-0:/tmp/
user01@localhost:~# kubectl cp analysis-nori-7.6.0.zip elasticsearch-master-0:/tmp/
user01@localhost:~#
user01@localhost:~#
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
user01@localhost:~# kubectl cp -n default elasticsearch-master-0:/tmp/analysis-nori-7.6.0.zip analysis-nori-7.6.0.zip
user01@localhost:~# kubectl cp -n default elasticsearch-master-0:/tmp/analysis-nori-7.6.0.zip analysis-nori-7.6.0.zip
user01@localhost:~#
user01@localhost:~#
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2022년 3월 16일 (수) 15:31 기준 최신판

1 개요[ | ]

kubectl cp
user01@localhost:~# kubectl cp analysis-nori-7.6.0.zip elasticsearch-master-0:/
tar: analysis-nori-7.6.0.zip: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
command terminated with exit code 2
user01@localhost:~# kubectl cp analysis-nori-7.6.0.zip elasticsearch-master-0:/tmp/
user01@localhost:~#
user01@localhost:~# kubectl cp -n default elasticsearch-master-0:/tmp/analysis-nori-7.6.0.zip analysis-nori-7.6.0.zip
user01@localhost:~#

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}