chore: Refactor cluster allocation script to use latest Knative bits #4888
Annotations
6 errors and 1 warning
Run knative/actions/composite/style/shell@main:
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
|
Run knative/actions/composite/style/shell@main:
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 -
|
Run knative/actions/composite/style/shell@main:
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
|
Run knative/actions/composite/style/shell@main:
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 -
|
Run knative/actions/composite/style/shell@main:
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 -
|
Run knative/actions/composite/style/shell@main:
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 -
|
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/.
|
Loading