K8S scratch demo1.
This commit is contained in:
parent
eb6a3b5d37
commit
4213a9edc6
6 changed files with 0 additions and 0 deletions
18
2024/07/k8s_scratch_demo1/image/box.json
Normal file
18
2024/07/k8s_scratch_demo1/image/box.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"provisioners": [
|
||||
{
|
||||
"type": "shell",
|
||||
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
|
||||
"script": "scripts/setup.sh"
|
||||
}
|
||||
],
|
||||
"builders": [
|
||||
{
|
||||
"communicator": "ssh",
|
||||
"source_path": "debian/bullseye64",
|
||||
"provider": "virtualbox",
|
||||
"add_force": true,
|
||||
"type": "vagrant"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue