"Minikube config set"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;minikube config set <syntaxhighlight lang='console'> root@wsl:~# minikube config set WantUpdateNotification false root@wsl:~# cat ~/.minikube/config/config.j...)
 
4번째 줄: 4번째 줄:
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
root@wsl:~# minikube config set WantUpdateNotification false
root@wsl:~# minikube config set WantUpdateNotification false
root@wsl:~# minikube config view | grep WantUpdateNotification
- WantUpdateNotification: false
root@wsl:~# cat ~/.minikube/config/config.json | grep WantUpdateNotification
root@wsl:~# cat ~/.minikube/config/config.json | grep WantUpdateNotification
     "WantUpdateNotification": false,
     "WantUpdateNotification": false,

2023년 1월 29일 (일) 12:12 판

1 개요

minikube config set
root@wsl:~# minikube config set WantUpdateNotification false
root@wsl:~# minikube config view | grep WantUpdateNotification
- WantUpdateNotification: false
root@wsl:~# cat ~/.minikube/config/config.json | grep WantUpdateNotification
    "WantUpdateNotification": false,

2 같이 보기

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