Denis
29827711f1
fix: missed double quotes in cri-o config ( #10040 )
1 year ago
Qasim Mehmood
ab6d204641
Remove deprecated provider, fix flatcar configs, enable CI tests and refactor hetzner terraform ( #10002 )
* Remove deprecated provider and fix flatcar configs
* Refactor for DRYness
* Add missing line endings
* Enable tests for hetzner terraform in CI
* Add missing inventory for CI tests
1 year ago
ERIK
426b8913c0
Update flannel image repo ( #10041 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 year ago
Patrick
970ecbb008
Add runc v1.1.7 checksums ( #10039 )
* Add runc v1.1.7 checksums
* Add runc v1.1.6 and v1.1.5 checksums
1 year ago
Louis Tu
eb951f1c2a
update rhsm repo trigger ( #10001 )
Signed-off-by: tu1h <lihai.tu@daocloud.io>
1 year ago
Luke Simmons
3378c9f385
Use caching to speed up docker build ( #10008 )
1 year ago
Aleksey Karpov
4c820b853b
dockerfile ubuntu update to 22.04 ( #10033 )
dockerfile ubuntu update to 22.04
Update Dockerfile
1 year ago
Mohamed Omar Zaian
a505a4c71f
[feat] Update metrics server to v0.6.3 ( #10026 )
1 year ago
pli
8727f88e41
metrics_server: add extras nodeselector, affinity, tolerations ( #9972 )
* metrics_server: add extras nodeselector, affinity, tolerations
* fix tolerations invalid YAML if undefined
1 year ago
Mohamed Omar Zaian
c2a8d543fb
[flannel] update to v0.21.4 ( #10027 )
1 year ago
蒋航
4ddbd2bd2d
Add Retry for restart kube-controller-manager ( #10013 )
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
1 year ago
Denis Kasanic
f9f5143c93
[cri-o] Bump versions to 1.26.3, 1.25.3, 1.24.5 ( #9999 )
Signed-off-by: Kasanic, Denis <denisx.kasanic@intel.com>
1 year ago
Mohamed Omar Zaian
fccd99c96c
[nerdctl] upgrade to version 1.3.1 ( #10024 )
1 year ago
Mohamed Omar Zaian
dc7cf7ecd8
[helm] upgrade to 3.11.3 ( #10022 )
1 year ago
Denis Kasanic
169eb34a59
Fix playbook names for galaxy ( #10021 )
Signed-off-by: Kasanic, Denis <denisx.kasanic@intel.com>
1 year ago
Mohamed Omar Zaian
4deeaba335
[feature] Update dns-autoscaler ( #9996 )
1 year ago
蒋航
a59e27cb6b
Update kube-vip to v0.5.12 ( #10005 )
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
1 year ago
Luke Simmons
617af4beda
Updates requirements to latest available versions ( #9938 )
1 year ago
Samuel Liu
b3ed25ee35
use string for ipv6 forward conf ( #9992 )
1 year ago
Louis Tu
c7072b48dc
add calico kubeconfig wait timeout ( #9994 )
Signed-off-by: tu1h <lihai.tu@daocloud.io>
1 year ago
Ho Kim
02dc9fbd3e
Suggest to run reset script for first-time users ( #9865 )
1 year ago
Kay Yan
c98e1d1b5b
add-kube-profile-to-scheduler ( #9993 )
1 year ago
pli
e907d55621
fix calico checksums mismatch ( #9990 )
1 year ago
lijin-union
cb318931aa
* corrected a link ( #9988 )
* remove a useless parenthesis in the _sidebar file
1 year ago
Jeroen Rijken
709ae1d244
Update MetalLB and switch to CRD notation. ( #9120 )
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
1 year ago
Samuel Liu
73ce6aef97
kube.py support kubeconfig ( #9982 )
1 year ago
ERIK
6682a843b4
Support multi-arch using the same image name ( #9978 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 year ago
Kei Kori
dc33a1971d
[etcd] fix make-ssl-etcd.sh.j2; move pem files only if any new certs exist ( #9974 )
1 year ago
Mohamed Omar Zaian
ed6f8df784
[feature] Update CoreDNS manifests ( #9977 )
1 year ago
Louis Tu
43216436ab
disable rhsm repo when rhel_enable_repos is false ( #9973 )
Signed-off-by: tu1h <lihai.tu@daocloud.io>
1 year ago
pingrulkin
cdc25523bf
Change nerdctl snapshotter to overlayfs by default ( #9979 )
1 year ago
Aleksey Karpov
b77780ebf7
Adding checksum verification kubectl ( #9971 )
1 year ago
Kay Yan
f27bea574e
wqAdd-Port-Requirements ( #9969 )
1 year ago
Xingjian Zhang
c38cf5dd5c
Fix confusing instance sizing (etcd, kube_master) in Vagrantfile ( #9966 )
1 year ago
Louis Tu
2985b129fc
remove invalid character ( #9970 )
Signed-off-by: tu1h <lihai.tu@daocloud.io>
1 year ago
Aleksey Karpov
107cb7f549
Adding checksum verification kubectl ( #9963 )
* Adding checksum verification kubectl
Added checksum check of binary file, added PYTHONDONTWRITEBYTECODE variable to improve stability of pip after installing packages and deleting cache, added --no-compile switch to pip package installation to improve performance after deleting cache.
* Update Dockerfile
1 year ago
Xingjian Zhang
6c30b3f263
Add throwing error when specifying unsupported os in Vagrant ( #9965 )
1 year ago
Samuel Liu
0104396c50
use var: kube_apiserver_address ( #9967 )
1 year ago
Eugene Marchanka
eecaec2919
[vSphere-csi-driver] Custom namespace fails playbook ( #9946 )
* Fix: vSphere Error: `Apply a CSI secret manifest`
This PR will fix an issue that you will see on 2nd deploy when deploying External vSphere
How to re-produce:
1. Set custom `vsphere_csi_namespace: "vmware-system-csi"`
2. Deploy as usual
3. Observe no errors
4. Deploy 2nd time without `reset`
5. Playbook fails with:
```
TASK [kubernetes-apps/csi_driver/vsphere : vSphere CSI Driver | Apply a CSI secret manifest]
fatal: [node-00]: FAILED! => changed=true
censored: 'the output has been hidden due to the fact that ''no_log: true'' was specified for this result'
```
* create namespace if does not exist
* lint fix
* try to fix lint errors
* fix `too few spaces before comment`
* change the order of applied manifests
* typo
1 year ago
jeremy-thuon
4a03d13d08
[cilium] fix rbac and upgrade hubble v0.11.0 ( #3 ) ( #9959 )
* [cilium] fix rbac and upgrade hubble v0.11.0 (#3 )
* [cilium] fix rbac for LB bgp ipam
* [cilium] Upgrade Hubble to v0.11.0 and add mTLS between Hubble UI and Hubble Relay
* fix dns domain hubble for tls
---------
Co-authored-by: Thuon Jeremy <d107869@olinfra1.infra.bdm.outscale.c1.dav.fr>
* Fix blank line
---------
Co-authored-by: Thuon Jeremy <d107869@olinfra1.infra.bdm.outscale.c1.dav.fr>
1 year ago
rtsp
fcb5e77338
[cert-manager] Upgrade to v1.11.1 ( #9964 )
1 year ago
Samuel Liu
ece174da7c
fix resatrt k8s components ( #9962 )
1 year ago
Mohamed Omar Zaian
a94b893e2c
[containerd] add hashes for 1.6.20 ( #9954 )
1 year ago
Dominykas Norkus
5e2cb4d244
Add bind address variable to OCCM ( #9958 )
1 year ago
Mohamed Omar Zaian
dff58023d9
[argocd] update argocd to v2.6.7 ( #9953 )
1 year ago
Processus42
9a8f95e73d
Documentation: Fix collection URL ( #9949 )
1 year ago
Mohamed Omar Zaian
766d3696c9
[calico] add v3.25.1 and make it default ( #9950 )
1 year ago
Mohamed Omar Zaian
b88229a662
[ingress-nginx] upgrade to 1.7.0 ( #9952 )
1 year ago
Mohamed Omar Zaian
c00cea7b17
[helm] upgrade to 3.11.2 ( #9951 )
1 year ago
ERIK
0c4f57a093
Support extended settings for the Debian os family ( #9943 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 year ago