-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Kind in Gitlab to allow kubernetes injection tests to run (#…
…3057) * implement logic to allow KinD to work in gitlab * try getting the container id directly * wrap with bash? * escape escape * Use json in python to get all the info * python doesn't handle bash piping too well * correct decoding of the json * more fixups * $HOME is not resolved * better the '/root' * extract to function * forgot a couple words * print out config * add debug info * add more debugging * fix typo * log running pods * test test-agent 1.16.0 * restore tag * pull if not present * restore pull policy * debug locally * deploy app * fix * fix local * debug local * no stop cluster * use internal dns to access to dev test agent * debug traces for gitlab patch * test * fix agent port * test manual inject * fix ports * fix * enable all tests * destroy cluster after * keep network * debug network connection * disable kind network policies * restore * diable tests * no pull images * load local image into cluster * no helm * revert helm charts * no destroy cluster * connect kind containers to bridget network * revert change * restore by default * test only helm * disable kube proxty * disable kube proxty * test * kubeproxy * pod subnet * connect kind cluster * pull offline * helm offline * cluster agent offline * preload webapp * pull policy never * enable all tests * run one by one * activate more tets * run one tests * test admission controller only * test uds * uds pull policy never * enable two tests * cluster agent traces * change interfaces sync * fix command sync * fix command sync * enable all tests * datadog kubernetes * fix merge * enable all * offline mode * helm chart offline mode file pattern * datadog helm offline * Remove offline-mode, rework setup * remove some unintended changes * some debug info. Fix sed * use formatting instead of a loop to get network info * strip() to remove whitespace * remove debug logs * merge and other fixes * formatting * text and variable name changes --------- Co-authored-by: roberto montero <roberto.montero@datadoghq.com>
- Loading branch information
1 parent
dd32a9b
commit 53fe59b
Showing
3 changed files
with
117 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters