6ccd3a9b44
- use new yaml config files - provide separate service- and pod- start/stop scripts Change-Id: Iaff2a5b4d5a33467a9d10b10e9bd5c922eeed3aa
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kubecfg list services |
|
|
awk 'NR>2 {print $1}' |
|
|
xargs -i kubecfg delete services/{}
|
|
|