Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Nov 28, 2021
1 parent 150de76 commit a9ad1da
Show file tree
Hide file tree
Showing 78 changed files with 209 additions and 200 deletions.
6 changes: 3 additions & 3 deletions apps/admission-webhook-k8s/admission-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: admission-webhook-sa
containers:
- name: admission-webhook-k8s
image: ghcr.io/networkservicemesh/ci/cmd-admission-webhook-k8s:30ce4a8
image: ghcr.io/networkservicemesh/cmd-admission-webhook-k8s:v1.1.0
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand All @@ -40,6 +40,6 @@ spec:
- name: NSM_ANNOTATION
value: networkservicemesh.io
- name: NSM_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc:96ccc8a
value: ghcr.io/networkservicemesh/cmd-nsc:v1.1.0
- name: NSM_INIT_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/ci/cmd-nsc-init:3dc57ef
value: ghcr.io/networkservicemesh/cmd-nsc-init:v1.1.0
6 changes: 3 additions & 3 deletions apps/forwarder-host-ovs/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostPID: true
hostNetwork: true
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-ovs-use-host-ovs:c5bf428
- image: ghcr.io/networkservicemesh/cmd-forwarder-ovs-use-host-ovs:v1.1.0
imagePullPolicy: IfNotPresent
name: forwarder-ovs
securityContext:
Expand Down Expand Up @@ -84,5 +84,5 @@ spec:
type: DirectoryOrCreate
- name: ovs-socket
hostPath:
path: /var/run/openvswitch
type: DirectoryOrCreate
path: /var/run/openvswitch
type: DirectoryOrCreate
2 changes: 1 addition & 1 deletion apps/forwarder-ovs/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostPID: true
hostNetwork: true
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-ovs:c5bf428
- image: ghcr.io/networkservicemesh/cmd-forwarder-ovs:v1.1.0
imagePullPolicy: IfNotPresent
name: forwarder-ovs
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion apps/forwarder-sriov/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-sriov:48361de
- image: ghcr.io/networkservicemesh/cmd-forwarder-sriov:v1.1.0
imagePullPolicy: IfNotPresent
name: forwarder-sriov
securityContext:
Expand Down
16 changes: 13 additions & 3 deletions apps/forwarder-vpp/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:53373b6
- image: ghcr.io/networkservicemesh/cmd-forwarder-vpp:v1.1.0
imagePullPolicy: IfNotPresent
name: forwarder-vpp
securityContext:
Expand Down Expand Up @@ -60,10 +60,20 @@ spec:
cpu: 500m
readinessProbe:
exec:
command: ["/bin/grpc-health-probe", "-spiffe", "-addr=unix:///listen.on.sock"]
command:
[
"/bin/grpc-health-probe",
"-spiffe",
"-addr=unix:///listen.on.sock",
]
livenessProbe:
exec:
command: ["/bin/grpc-health-probe", "-spiffe", "-addr=unix:///listen.on.sock"]
command:
[
"/bin/grpc-health-probe",
"-spiffe",
"-addr=unix:///listen.on.sock",
]
volumes:
- name: spire-agent-socket
hostPath:
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-kernel/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc:96ccc8a
image: ghcr.io/networkservicemesh/cmd-nsc:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-memif/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/ci/cmd-nsc-vpp:f7326a5
image: ghcr.io/networkservicemesh/cmd-nsc-vpp:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-vfio/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
mountPath: /dev/vfio

- name: sidecar
image: ghcr.io/networkservicemesh/ci/cmd-nsc:96ccc8a
image: ghcr.io/networkservicemesh/cmd-nsc:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-firewall-vpp/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-firewall-vpp:da258e6
image: ghcr.io/networkservicemesh/cmd-nse-firewall-vpp:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-kernel/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:109413b
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-memif/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder-vpp:053b802
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder-vpp:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-supplier-k8s/supplier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse-supplier
image: ghcr.io/networkservicemesh/ci/cmd-nse-supplier-k8s:26ec882
image: ghcr.io/networkservicemesh/cmd-nse-supplier-k8s:v1.1.0
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-vfio/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
mountPath: /dev/vfio

- name: sidecar
image: ghcr.io/networkservicemesh/ci/cmd-nse-vfio:f27800e
image: ghcr.io/networkservicemesh/cmd-nse-vfio:v1.1.0
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-vlan-vpp/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-vlan-vpp:0a01b6a
image: ghcr.io/networkservicemesh/cmd-nse-vlan-vpp:v1.1.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
4 changes: 2 additions & 2 deletions apps/nsmgr-proxy/nsmgr-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccount: nsmgr-proxy-sa
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-nsmgr-proxy:f6845b1
- image: ghcr.io/networkservicemesh/cmd-nsmgr-proxy:v1.1.0
imagePullPolicy: IfNotPresent
name: nsmgr-proxy
ports:
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
limits:
memory: 100Mi
cpu: 400m
- image: ghcr.io/networkservicemesh/ci/cmd-map-ip-k8s:06b814d
- image: ghcr.io/networkservicemesh/cmd-map-ip-k8s:v1.1.0
imagePullPolicy: IfNotPresent
name: map-ip-k8s
env:
Expand Down
4 changes: 2 additions & 2 deletions apps/nsmgr/nsmgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccount: nsmgr-sa
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-nsmgr:bbd9e11
- image: ghcr.io/networkservicemesh/cmd-nsmgr:v1.1.0
imagePullPolicy: IfNotPresent
name: nsmgr
ports:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
livenessProbe:
exec:
command: ["/bin/grpc-health-probe", "-spiffe", "-addr=:5001"]
- image: ghcr.io/networkservicemesh/ci/cmd-exclude-prefixes-k8s:905f5b2
- image: ghcr.io/networkservicemesh/cmd-exclude-prefixes-k8s:v1.1.0
imagePullPolicy: IfNotPresent
name: exclude-prefixes
env:
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-k8s/registry-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccountName: registry-k8s-sa
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-registry-k8s:bbcae18
- image: ghcr.io/networkservicemesh/cmd-registry-k8s:v1.1.0
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-memory/registry-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
"spiffe.io/spiffe-id": "true"
spec:
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-registry-memory:b3c3f13
- image: ghcr.io/networkservicemesh/cmd-registry-memory:v1.1.0
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-proxy-dns/registry-proxy-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
"spiffe.io/spiffe-id": "true"
spec:
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-registry-proxy-dns:96a3980
- image: ghcr.io/networkservicemesh/cmd-registry-proxy-dns:v1.1.0
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kubectl create ns nsm-system
2. Apply NSM resources for basic tests:

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=v1.1.0
```

## Cleanup
Expand Down
6 changes: 3 additions & 3 deletions examples/features/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -115,11 +115,11 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=v1.1.0
resources:
- dnsutils.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/dns/coredns-config-map.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/dns/coredns-config-map.yaml
patchesStrategicMerge:
- patch-nse.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/exclude-prefixes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/use-cases/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/use-cases/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -31,8 +31,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=v1.1.0
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=v1.1.0
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Kernel2Kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -28,8 +28,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=v1.1.0
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=v1.1.0
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Kernel2Wireguard2Kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -28,8 +28,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=v1.1.0
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=v1.1.0
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Kernel2Wireguard2Memif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -29,8 +29,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=v1.1.0
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=v1.1.0
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Memif2Memif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NSC and NSE are using the `memif` mechanism to connect to its local forwarder.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -27,8 +27,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=v1.1.0
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=v1.1.0
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Memif2Wireguard2Kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/5ce175eb053afbf37284931026b41a8f8eaf232e/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.1.0/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -30,8 +30,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=5ce175eb053afbf37284931026b41a8f8eaf232e
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=v1.1.0
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=v1.1.0
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
Loading

0 comments on commit a9ad1da

Please sign in to comment.