Thomas Strömberg
cdc456a19b
Merge pull request #8570 from tstromberg/cni-split2
...
CNI: Update CRIO netconfig with matching subnet
2020-06-26 17:13:49 -07:00
Medya Ghazizadeh
c6769dfb1c
Merge pull request #8563 from medyagh/ingress_wait
...
add verification for enabling ingress, registry and gvisor addons
2020-06-26 16:01:09 -07:00
Medya Gh
e829341b9d
improve logging
2020-06-26 15:12:15 -07:00
Medya Gh
64553e281b
revert debugging
2020-06-26 15:11:03 -07:00
Medya Gh
742dcd6b00
add addon status verification for 3 addons
2020-06-26 15:08:38 -07:00
Medya Gh
66421a6492
wait for ingress pod be running
2020-06-26 14:22:17 -07:00
Medya Gh
52f4e130b5
lint
2020-06-26 13:20:31 -07:00
Medya Gh
5fbf197b18
remove unrelated changes
2020-06-26 13:20:31 -07:00
Medya Gh
96781c61a2
remove unrelated changes
2020-06-26 13:20:30 -07:00
Medya Gh
058a732909
ingress addon validate deployment after enable
2020-06-26 13:20:30 -07:00
Medya Gh
c47854b8fd
add validate ingress
2020-06-26 13:20:30 -07:00
Medya Gh
a0c33f82c1
ingress addon wait for it
2020-06-26 13:20:30 -07:00
Medya Ghazizadeh
e8cebe0330
Merge pull request #8575 from afbjorklund/podman-dev
...
Support prerelease versions of podman binary
2020-06-26 12:49:50 -07:00
Medya Ghazizadeh
4fa824a78f
Merge pull request #8574 from priyawadhwa/fix-fail-fast
...
Fix bug in FailFastError and add unit test
2020-06-26 12:49:22 -07:00
Anders F Björklund
9d98e858a3
Support prerelease versions of podman binary
...
It was trying to parse the newline character
2020-06-26 21:37:44 +02:00
Priya Wadhwa
7c2cac612d
Fix bug in FailFastError and add unit test
...
Since FailFastError was just another `error`, all errors were technically `FailFastErrors`.
This code makes `FailFastError` a struct which implements the error interface, so that now errors can be distinctly identified as `FailFastError`'
Also added a unit test to prove that this works now.
2020-06-26 11:58:34 -07:00
priyawadhwa
7d79241ea5
Merge pull request #8565 from priyawadhwa/update-alternatives
...
Check for iptables file before determining container is running
2020-06-26 11:29:52 -07:00
Thomas Stromberg
f192df8ec5
Update podman/crio CNI netconf files to match CNI subnet
2020-06-26 11:01:13 -07:00
Medya Ghazizadeh
7fb09bb63b
Merge pull request #8562 from tstromberg/patient-status
...
apiserverHealthz: wait up to 8s before declaring failure
2020-06-26 10:10:48 -07:00
Thomas Stromberg
13175944b3
cni testing: Add post-mortem logs, skip DNS tests for weave
2020-06-26 09:54:38 -07:00
Thomas Strömberg
ee18d3b03a
Merge pull request #8545 from tstromberg/cni-split2
...
Add --cni flag (replaces --enable-default-cni), fix --network-plugin handling
2020-06-26 09:53:53 -07:00
Priya Wadhwa
e32e2135ed
review comments
2020-06-25 19:39:59 -07:00
Priya Wadhwa
903686172d
Check for iptables file before determining container is running
2020-06-25 17:58:22 -07:00
Thomas Stromberg
03ec6f9419
Update docs
2020-06-25 16:09:49 -07:00
Medya Ghazizadeh
0b53e9054a
Merge pull request #8541 from medyagh/modprob_overlay
...
docker driver on linux: Give warning if overlay module is not enabled
2020-06-25 15:39:39 -07:00
Thomas Stromberg
94b8ddcb70
Decrease test count to 26
2020-06-25 15:27:51 -07:00
Thomas Stromberg
fb8e4950a1
Improve comment
2020-06-25 15:23:39 -07:00
Thomas Stromberg
a43d18ef9a
Update Bridge docstring
2020-06-25 15:21:25 -07:00
Thomas Stromberg
8c5f6a2132
apiserverHealthz: wait up to 8s before declaring failure
2020-06-25 15:14:51 -07:00
Thomas Stromberg
f091b4d1f6
Decrease test pass count by 1, as per code review comment
2020-06-25 14:45:50 -07:00
Thomas Stromberg
2f3094d32c
simplify string output
2020-06-25 14:43:29 -07:00
Thomas Stromberg
d16e7d4924
Use new kapi.KubectlBinary API
2020-06-25 14:43:19 -07:00
Thomas Stromberg
2a39d993ea
Address lint comments, remove confusing multi-runner API
2020-06-25 14:36:39 -07:00
Thomas Stromberg
521d334b6a
Apply CNI on restarts, remove .rej file
2020-06-25 14:23:18 -07:00
Thomas Stromberg
3968631b05
Merge to master
2020-06-25 10:54:42 -07:00
Thomas Strömberg
72e13c1eb8
Merge pull request #8543 from tstromberg/syspods-logging
...
Improve error and logging emitted by WaitForAppsRunning
2020-06-25 10:53:36 -07:00
priyawadhwa
a115db6da8
Merge pull request #8552 from priyawadhwa/coredns
...
Reduce coredns replicas from 2 to 1
2020-06-25 10:51:18 -07:00
Priya Wadhwa
1769750b7d
fix log level
2020-06-25 10:11:29 -07:00
Thomas Stromberg
3fb1cded91
Add retry.Local + retry logging
2020-06-25 09:43:45 -07:00
Priya Wadhwa
1b8eaaf76c
Move kubectl binary function to kapi package to prevent future cyclic import dependencies
2020-06-25 09:40:14 -07:00
priyawadhwa
d368674457
Merge pull request #8551 from priyawadhwa/etcd-extra-args
...
Allow passing in extra args to etcd via command line
2020-06-25 09:37:41 -07:00
Priya Wadhwa
6d3a0c4eca
Reduce coredns replicas from 2 to 1
...
This is an easy way to improve overhead, and users can always scale this back up if they need to.
2020-06-24 17:42:12 -07:00
Priya Wadhwa
1b0de27d3d
fix spelling
2020-06-24 16:43:32 -07:00
Priya Wadhwa
9d9d512cd8
fix function so we don't get an index out of bounds error
2020-06-24 16:34:58 -07:00
Priya Wadhwa
57574e3b6d
fix space bug in unit test
2020-06-24 16:19:33 -07:00
Priya Wadhwa
b32487adb1
Only include etcd extra args if they exist
2020-06-24 15:54:19 -07:00
Priya Wadhwa
c1e2751ea6
Allow passing in extra args to etcd
2020-06-24 15:41:13 -07:00
Medya Ghazizadeh
abca4d0652
Merge pull request #8538 from medyagh/more_macos_tests
...
integration: add more MacOS test to github actions
2020-06-24 12:59:09 -07:00
Medya Ghazizadeh
d31052ebf1
Merge pull request #8548 from afbjorklund/falco-module
...
Rename falco-probe package to falco-module instead
2020-06-24 12:33:53 -07:00
Anders F Björklund
b8fea2bc75
Rename falco-probe package to falco-module instead
...
Same software, but upstream changed the packaging.
2020-06-24 20:42:34 +02:00