We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b117ef commit 7f2ec22Copy full SHA for 7f2ec22
.github/workflows/sync-eni-max-pods.yaml
@@ -28,7 +28,6 @@ jobs:
28
set -o errexit
29
cd amazon-eks-ami/nodeadm
30
make generate-instance-info
31
- - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
32
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
33
with:
34
repository: aws/amazon-vpc-cni-k8s
@@ -47,7 +46,7 @@ jobs:
47
46
base: main
48
add-paths: |
49
templates/shared/runtime/eni-max-pods.txt
50
- nodeadm/internal/kubelet/eni-max-pods.txt
+ nodeadm/internal/kubelet/instance-info.jsonl
51
commit-message: "chore: update eni-max-pods.txt"
52
committer: "GitHub <noreply@github.com>"
53
author: "GitHub <noreply@github.com>"
0 commit comments