Skip to content
  1. May 08, 2023
  2. May 06, 2023
  3. May 02, 2023
  4. Apr 26, 2023
  5. Apr 25, 2023
  6. Apr 24, 2023
  7. Apr 23, 2023
  8. Apr 21, 2023
  9. Apr 19, 2023
  10. Apr 18, 2023
  11. Apr 17, 2023
  12. Apr 14, 2023
  13. Apr 13, 2023
  14. Apr 12, 2023
  15. Apr 11, 2023
  16. Apr 10, 2023
    • Eugene Marchanka's avatar
      [vSphere-csi-driver] Custom namespace fails playbook (#9946) · eecaec29
      Eugene Marchanka authored
      * 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
      eecaec29
    • jeremy-thuon's avatar
      [cilium] fix rbac and upgrade hubble v0.11.0 (#3) (#9959) · 4a03d13d
      jeremy-thuon authored
      
      
      * [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: default avatarThuon Jeremy <d107869@olinfra1.infra.bdm.outscale.c1.dav.fr>
      
      * Fix blank line
      
      ---------
      
      Co-authored-by: default avatarThuon Jeremy <d107869@olinfra1.infra.bdm.outscale.c1.dav.fr>
      4a03d13d
Loading