Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knative Kafka related fixes #247

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

aliok
Copy link
Contributor

@aliok aliok commented Nov 10, 2020

No description provided.

Comment on lines 2 to 7
echo "Deleting completed pods"
kubectl delete pods --field-selector=status.phase=Succeeded
kubectl delete pods --field-selector=status.phase=Failed No newline at end of file

echo "Deleting failed pods"
kubectl delete pods --field-selector=status.phase=Failed
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just adding messages here

--zookeeper localhost:2181
--bootstrap-server localhost:9092
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest Strimzi needed this

@kameshsampath kameshsampath merged commit 69eddd9 into redhat-developer-demos:staging Nov 10, 2020
@aliok
Copy link
Contributor Author

aliok commented Nov 10, 2020

@kameshsampath

knative/client#1100 actually blocks the kn path for Kafka examples. You might want to use KafkaChannel as the cluster global.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants