Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.14 backports 2023-10-02 #28349

Merged
merged 3 commits into from
Oct 3, 2023
Merged

Commits on Oct 2, 2023

  1. Helm: Improved description for tunnel/route flags

    [ upstream commit dde4722 ]
    
    - Improved description for tunnel, tunnelProtocol, routingMode flags to make it clearer for users to know the possible values.
    - Added deprecation note for the tunnel flag to be in line with the v1.14.0 release notes and cilium#24561.
    
    Signed-off-by: Philip Schmid <philip.schmid@isovalent.com>
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    PhilipSchmid authored and sayboras committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2d44f22 View commit details
    Browse the repository at this point in the history
  2. docs: Add instructions for running LVH against custom kernel

    [ upstream commit 682038d ]
    
    Also, remove setting custom nameserver
    (cilium/little-vm-helper-images#186).
    
    Signed-off-by: Martynas Pumputis <m@lambda.lt>
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    brb authored and sayboras committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    06ec3cb View commit details
    Browse the repository at this point in the history
  3. envoy: Sync supported resources in CiliumEnvoyConfig

    [ upstream commit cc56e70 ]
    
    These resources are enabled in cilum-proxy build, and can be used in
    CiliumEnvoyConfig directly, however, without related imported
    statements, Cilium agent will fail to marshal/unmarshal objects.
    
    Sample error
    
    ```
    level=warning msg="Ignoring invalid CiliumEnvoyConfig JSON (proto:\u00a0(line 1:405): unable to resolve \"type.googleapis.com/envoy.extensions.filters.http.router.v3.Router\": \"not found\")
    ```
    
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    sayboras committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5c6673d View commit details
    Browse the repository at this point in the history