Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,50 +197,3 @@ updates:
versions: [">=0.30.0"]
- dependency-name: "k8s.io/kubectl"
versions: [">=0.30.0"]


# Constrain Kubernetes dependencies to compatibility with release/v1.4 branch - v1.25-v1.27
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "deps"
labels: [ "dependencies", "release/1.4" ]
open-pull-requests-limit: 10
target-branch: "release/v1.4"
ignore:
- dependency-name: "k8s.io/api"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/apiextensions-apiserver"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/apimachinery"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/client-go"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/kubelet"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/kubectl"
versions: [">=0.27.0"]
- package-ecosystem: "gomod"
directory: "/azure-ipam"
schedule:
interval: "daily"
commit-message:
prefix: "deps"
labels: [ "dependencies", "azure-ipam", "release/1.4" ]
open-pull-requests-limit: 10
target-branch: "release/v1.4"
ignore:
- dependency-name: "k8s.io/api"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/apiextensions-apiserver"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/apimachinery"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/client-go"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/kubelet"
versions: [">=0.27.0"]
- dependency-name: "k8s.io/kubectl"
versions: [">=0.27.0"]
207 changes: 0 additions & 207 deletions .pipelines/mdnc/azure-cns-cni-1.4.39.1.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .pipelines/mdnc/azure-cns-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
mountPath: /etc/cni/net.d
containers:
- name: cns-container
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.32
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.32 # <Does this need to be updated?>
imagePullPolicy: IfNotPresent
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
volumeMounts:
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
fieldPath: spec.nodeName
hostNetwork: true
volumes:
- name: azure-endpoints
Expand Down
6 changes: 3 additions & 3 deletions cns/azure-cns-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ spec:
hostProcess: true
runAsUserName: "NT AUTHORITY\\SYSTEM"
containers:
- name: cns-container
- name: cns-container # <does this need to be updated?>
image: acnpublic.azurecr.io/azure-cns:v1.4.26-9-gc40fb852
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
command: "azure-cns.exe"
args:
args:
[
'-c', "tcp://$(CNSIpAddress):$(CNSPort)",
'-t', "$(CNSLogTarget)",
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
fieldPath: spec.nodeName
hostNetwork: true
volumes:
- name: log
Expand Down
4 changes: 2 additions & 2 deletions cns/azure-cns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
effect: NoSchedule
containers:
- name: cns-container
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.7
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.7 # <does this need to be updated?>
imagePullPolicy: IfNotPresent
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
volumeMounts:
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
fieldPath: spec.nodeName
hostNetwork: true
volumes:
- name: azure-endpoints
Expand Down
2 changes: 1 addition & 1 deletion npm/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
operator: Exists
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3 # <does this need to be updated?>
resources:
limits:
cpu: 250m
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/kustomize/overlays/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
containerPort: 10091
- name: http
containerPort: 10092
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
command: ["azure-npm"]
args: ["controlplane"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/kustomize/overlays/daemon/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
ports:
- name: metrics
containerPort: 10091
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
command: ["azure-npm"]
args: ["daemon"]
resources:
Expand Down
10 changes: 5 additions & 5 deletions npm/deploy/manifests/controller/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metadata:
namespace: kube-system
spec:
ports:
- name: http
- name: http
port: 9001
targetPort: 10092
selector:
Expand Down Expand Up @@ -133,12 +133,12 @@ spec:
spec:
containers:
- args:
- controlplane
- controlplane
ports:
- name: metrics
containerPort: 10091
containerPort: 10091
- name: http
containerPort: 10092
containerPort: 10092
command:
- azure-npm
env:
Expand All @@ -149,7 +149,7 @@ spec:
fieldPath: spec.nodeName
- name: NPM_CONFIG
value: /etc/azure-npm/azure-npm.json
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
name: azure-npm
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/manifests/daemon/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
name: azure-npm
ports:
- name: metrics
Expand Down
Loading
Loading