Skip to content

Update a.core_concepts.md#328

Open
slashpai wants to merge 2 commits intodgkanatsios:mainfrom
slashpai:slashpai-patch-1
Open

Update a.core_concepts.md#328
slashpai wants to merge 2 commits intodgkanatsios:mainfrom
slashpai:slashpai-patch-1

Conversation

@slashpai
Copy link
Copy Markdown

Fix pod expose

Comment thread a.core_concepts.md

```bash
kubectl run nginx --image=nginx --restart=Never --port=80
kubectl run nginx --image=nginx --restart=Never --expose --port=80
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

--expose will create a Service. That's not part of the question, maybe we need to change the question?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

maybe keep both commands so show different ways.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

yup, we can accept a PR with that

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.

3 participants