deployments-k8s
deployments-k8s copied to clipboard
Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsc-init@main PR link: https://github.com/networkservicemesh/cmd-nsc-init/pull/773 Commit: 9ab1937 Author: Network Service Mesh Bot Date: 2024-08-15 15:58:12 -0500 Message: - Update go.mod and go.sum to...
Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-supplier-k8s@main PR link: https://github.com/networkservicemesh/cmd-nse-supplier-k8s/pull/345 Commit: 4e0b22f Author: Network Service Mesh Bot Date: 2024-08-19 04:39:25 -0500 Message: - Update go.mod and go.sum to...
Update go.mod and go.sum to latest version from networkservicemesh/cmd-nsmgr@main PR link: https://github.com/networkservicemesh/cmd-nsmgr/pull/697 Commit: a4c471c Author: Vladislav Byrgazov Date: 2024-08-14 13:38:55 +0500 Message: - Updated pprof config (# 697) Signed-off-by: Vladislav...
Update go.mod and go.sum to latest version from networkservicemesh/cmd-map-ip-k8s@main PR link: https://github.com/networkservicemesh/cmd-map-ip-k8s/pull/239 Commit: 997e77a Author: Network Service Mesh Bot Date: 2024-08-20 04:04:21 -0500 Message: - Update go.mod and go.sum to...
Update go.mod and go.sum to latest version from networkservicemesh/cmd-nse-remote-vlan@main PR link: https://github.com/networkservicemesh/cmd-nse-remote-vlan/pull/239 Commit: ef0bba6 Author: Network Service Mesh Bot Date: 2024-08-14 08:44:19 -0500 Message: - Update go.mod and go.sum to...
Update go.mod and go.sum to latest version from networkservicemesh/cmd-dashboard-backend@main PR link: https://github.com/networkservicemesh/cmd-dashboard-backend/pull/49 Commit: 666afa7 Author: Network Service Mesh Bot Date: 2024-08-19 04:34:08 -0500 Message: - Update go.mod and go.sum to...
Update go.mod and go.sum to latest version from networkservicemesh/cmd-cluster-info-k8s@main PR link: https://github.com/networkservicemesh/cmd-cluster-info-k8s/pull/148 Commit: cc74c27 Author: Network Service Mesh Bot Date: 2024-08-15 15:52:26 -0500 Message: - Update go.mod and go.sum to...
## Description Decided to enable pprof by default only for forwarder, manager and registry, so leaving another configs as draft for now. ## Issue link https://github.com/networkservicemesh/deployments-k8s/issues/12045 ## How Has This...
## Issue link https://github.com/networkservicemesh/deployments-k8s/issues/12137 ## How Has This Been Tested? - [ ] Added unit testing to cover - [x] Tested manually - [x] Tested by integration testing - [...
## Description YAML linter doesn't check `k8s` yaml files for correcteness. For example, changes in this PR: https://github.com/networkservicemesh/deployments-k8s/pull/12122 contain an error: values set for ENV variables are not strings. But...