-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: Add admission-webhook-k8s deployment and example #730
feat: Add admission-webhook-k8s deployment and example #730
Conversation
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
f5f152d
to
1d833b1
Compare
- name: NSM_ANNOTATION | ||
value: networkservicemesh.io | ||
- name: NSM_CONTAINER_IMAGES | ||
value: networkservicemeshci/cmd-nsc:281975be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this will be updated automatically by NSMBot.
- name: NSM_CONTAINER_IMAGES | ||
value: networkservicemeshci/cmd-nsc:281975be | ||
- name: NSM_INIT_CONTAINER_IMAGES | ||
value: networkservicemeshci/cmd-nsc-init:master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this will be updated automatically by NSMBot.
serviceAccount: admission-webhook-sa | ||
containers: | ||
- name: admission-webhook-k8s | ||
image: networkservicemeshci/cmd-admission-webhook-k8s:master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this will be updated automatically by NSMBot.
|
||
11. Try to connect from alpine to database from postgresql service: | ||
```bash | ||
kubectl exec ${NSC} -n ${NAMESPACE} -c alpine -- sh -c 'PGPASSWORD=admin psql -h 172.16.1.100 -p 5432 -U admin test' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this will be failed if NSM will not provide connectivity for alpine pod.
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
…d-forwarder-sriov@main PR link: networkservicemesh/cmd-forwarder-sriov#730 Commit: 08b3306 Author: Network Service Mesh Bot Date: 2024-05-21 06:02:43 -0500 Message: - Sync files with networkservicemesh/cmd-template (#730) This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/7369b5fd24fe89c8021d5dcf3f5aea3393a64805 commit 7369b5fd24fe89c8021d5dcf3f5aea3393a64805 Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com> Date: Tue Apr 23 20:12:10 2024 +0700 Delete check-release-branch job from release workflow (#130) * Delete check-release-branch job from release workflow Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com> * minor fixes Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com> --------- Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-nsc-vpp@main PR link: networkservicemesh/cmd-nsc-vpp#730 Commit: 47cb618 Author: Network Service Mesh Bot Date: 2024-10-18 04:36:58 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#730) PR link: networkservicemesh/sdk-vpp#865 Commit: e372dce Author: Network Service Mesh Bot Date: 2024-10-17 18:58:32 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#865) PR link: networkservicemesh/sdk-kernel#693 Commit: 3e29bf1 Author: Network Service Mesh Bot Date: 2024-10-17 18:54:50 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#693) PR link: networkservicemesh/sdk#1685 Commit: a17a4fe Author: dependabot[bot] Date: 2024-10-17 19:52:26 -0400 Message: - Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1685) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](golang/net@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-nsc-vpp@main (#12469) PR link: networkservicemesh/cmd-nsc-vpp#730 Commit: 47cb618 Author: Network Service Mesh Bot Date: 2024-10-18 04:36:58 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#730) PR link: networkservicemesh/sdk-vpp#865 Commit: e372dce Author: Network Service Mesh Bot Date: 2024-10-17 18:58:32 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#865) PR link: networkservicemesh/sdk-kernel#693 Commit: 3e29bf1 Author: Network Service Mesh Bot Date: 2024-10-17 18:54:50 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#693) PR link: networkservicemesh/sdk#1685 Commit: a17a4fe Author: dependabot[bot] Date: 2024-10-17 19:52:26 -0400 Message: - Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1685) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](golang/net@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
Signed-off-by: Denis Tingaikin denis.tingajkin@xored.com
Motivation
Closes #481