Skip to content

Commit

Permalink
updated the order in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
uma-kt committed Jul 28, 2023
1 parent e662f2f commit 190a246
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ The VPN cipher can be configured during slice creation using the cipher paramete
value can be set to AES_128_CBC. The default value is AES_256_CBC. This configuration is immutable during the lifetime of a slice.


## Issues Fixed

Added a security context at the container level to the NSM init container to enable it to modify the `resolv.conf` file when there
is a security context at the pod level that is too restrictive.

## Known Issues

* Users can trigger VPN Key Rotation with the `RenewBefore` parameter even before the slice gateways are up and running.
Expand All @@ -43,9 +48,4 @@ value can be set to AES_128_CBC. The default value is AES_256_CBC. This configur
* We have identified a scenario where, during a Helm upgrade on Kubeslice Worker, the NSM (Network Service Mesh) admission
webhook pod might not be automatically cleaned up in case of a failure. As a result, there could be potential issues
with the old NSM webhook pod lingering from the previous release. So users are advised to manually delete the
old NSM webhook pod until the issue is resolved.

## Issues Fixed

Added a security context at the container level to the NSM init container to enable it to modify the `resolv.conf` file when there
is a security context at the pod level that is too restrictive.
old NSM webhook pod until the issue is resolved.

0 comments on commit 190a246

Please sign in to comment.