github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_apply.md (about) 1 ## sealer apply 2 3 apply a kubernetes cluster 4 5 ``` 6 sealer apply [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 sealer apply -f Clusterfile 13 ``` 14 15 ### Options 16 17 ``` 18 -f, --Clusterfile string apply a kubernetes cluster (default "Clusterfile") 19 -h, --help help for apply 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 --config string config file (default is $HOME/.sealer.json) 26 -d, --debug turn on debug mode 27 ``` 28 29 ### SEE ALSO 30 31 * [sealer](sealer.md) - 32