apps
adguard
files
finance
homeassistant
immich
media
minecraft
README.md
curseforge.sealedsecret.yaml
deployment.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
service.yaml
monitoring
ntfy
recipes
rss
todos
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
8 lines
217 B
Markdown
8 lines
217 B
Markdown
## Sending a command
|
|
```
|
|
kubectl exec -it -n minecraft deploy/minecraft-server -- /bin/bash
|
|
mc-send-to-console /help
|
|
# or directly
|
|
kubectl exec -it -n minecraft deploy/minecraft-server -- mc-send-to-console /help
|
|
```
|