Skip to content

Commit

Permalink
print validate error, add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Nov 5, 2023
1 parent 0b00ad9 commit 5f145e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
required: true
default: "."
knative-version:
description: 'Version of Knative to install (1.1.0, 1.1.1, etc.)'
description: 'Version of Knative to install (1.1.0, 1.1.1, etc.); if not specified, a version with support for requested k8s-version will be used'
registry-name:
description: 'Name of the registry to install (registry.local)'
required: true
Expand Down
1 change: 1 addition & 0 deletions hack/setup-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ function resource_blaster() {

resource_blaster serving serving-crds.yaml | kubectl apply -f -
sleep 10 # Avoid the race creating CRDs then instantiating them...
resource_blaster serving serving-core.yaml | kubectl apply --validate=true --dry-run -f -
resource_blaster serving serving-core.yaml | kubectl apply -f -
resource_blaster net-kourier kourier.yaml | kubectl apply -f -
kubectl patch configmap/config-network \
Expand Down

0 comments on commit 5f145e3

Please sign in to comment.