8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# brew install rke
|
|
# https://rancher.com/docs/rke/latest/en/installation/
|
|
|
|
# create cluster
|
|
rke up
|