Minikube Core Service Interaction
Minikube Core Service Interaction
local-environment-minikube Core Service Interaction
The ./core-service-interaction.sh
is your way to install, delete or update core-services
enter ./core-service-interaction.sh -h
or ./core-service-interaction.sh --help
to see help with available commands \
If you like to interact more with your cluster, please check a look at kubectl documentation
(tip kubectl [command]
for interaction that is not covered by this site )
current core-services for interaction
- robot
- map
- trading
- game
- gamelog
Commands
For every command is a short, and a long version available
You can combine every command (except ALL and the non core-service commend) for multiple actions at same time
RUN ./core-service-interaction.sh
and add a command
Command | short | long |
---|---|---|
help | -h | –help |
update core service repo | -ur | –update-repo |
Service | Command Version |
Install | Update | Delete |
---|---|---|---|---|
ALL | short long |
-ase –allservice |
-uase –up-allservice |
-dase –del-allservice |
robot | short long |
-ro –robot |
-uro –up-robot |
-dro –del-robot |
game | short long |
-ga –game |
-uga –up-game |
-dga –del-game |
trading | short long |
-tr –trading |
-utr – up-trading |
-dtr –del-trading |
map | short long |
-ma ..map |
-uma –up-map |
-dma –del-map |
gamelog | short long |
-gl –gamelog |
-ugl –up-gamelog |
-dgl –del-gamelog |
Examples
The ./core-service-interaction.sh -dga -ga
remove the game service from cluster and install game after this
Last modified February 4, 2025: fix go & npm dependencies (8ff1fa0)