chore: Refactor cluster allocation script to use latest Knative bits #4888
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
shell
6s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
style
/
...
/
Auto-format and Check
style
/
...
/
Do Not Submit
style
/
...
/
Lint
Matrix: style / Golang / Boilerplate Check
Waiting for pending jobs
Annotations
6 errors and 2 warnings
style / suggester / shell:
hack/allocate.sh#L125
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/allocate.sh:125:- kubectl apply --filename https://github.com/knative/serving/releases/download/knative-$knative_serving_version/serving-crds.yaml
hack/allocate.sh:125:+ kubectl apply --filename https://github.com/knative/serving/releases/download/knative-"$knative_serving_version"/serving-crds.yaml
|
style / suggester / shell:
hack/allocate.sh#L130
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/allocate.sh:130:- curl -L -s https://github.com/knative/serving/releases/download/knative-$knative_serving_version/serving-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
hack/allocate.sh:130:+ curl -L -s https://github.com/knative/serving/releases/download/knative-"$knative_serving_version"/serving-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
|
style / suggester / shell:
hack/allocate.sh#L217
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/allocate.sh:217:- kubectl apply -f https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/eventing-crds.yaml
hack/allocate.sh:217:+ kubectl apply -f https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/eventing-crds.yaml
|
style / suggester / shell:
hack/allocate.sh#L222
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/allocate.sh:222:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/eventing-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
hack/allocate.sh:222:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/eventing-core.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
|
style / suggester / shell:
hack/allocate.sh#L227
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/allocate.sh:227:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/in-memory-channel.yaml | kubectl apply -f -
hack/allocate.sh:227:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/in-memory-channel.yaml | kubectl apply -f -
|
style / suggester / shell:
hack/allocate.sh#L232
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
hack/allocate.sh:232:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/mt-channel-broker.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
hack/allocate.sh:232:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/mt-channel-broker.yaml | yq 'del(.spec.template.spec.containers[]?.resources)' -y | yq 'del(.metadata.annotations."knative.dev/example-checksum")' -y | yq | kubectl apply -f -
|
style / changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
style / suggester / shell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|