Skip to content

Update c.pod_design.md#357

Open
VarshaAaynure wants to merge 6 commits into
dgkanatsios:mainfrom
VarshaAaynure:c.pod_design
Open

Update c.pod_design.md#357
VarshaAaynure wants to merge 6 commits into
dgkanatsios:mainfrom
VarshaAaynure:c.pod_design

Conversation

@VarshaAaynure

Copy link
Copy Markdown

Added grep command to view the taints on a node

Adding more ways to scale the deployment to 5 replicas
Updated ns name from one to limitrange as mentioned in the LimitRange first question.
Added grep command to view the taints on a node
@VarshaAaynure VarshaAaynure changed the title C.pod design Update c.pod_design.md Mar 20, 2024
Comment thread c.pod_design.md
#edit replicas to 5
kubctl replace -f replicaset-definition.yml
```
or

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.

nit: empty line

Comment thread c.pod_design.md
```bash
kubectl get deploy nginx -o yaml > nginx-deploy.yaml
#edit replicas to 5
kubctl replace -f replicaset-definition.yml

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.

should be kubectl

Comment thread c.pod_design.md
```bash
kubectl taint node node1 tier=frontend:NoSchedule # key=value:Effect
kubectl describe node node1 # view the taints on a node
kubectl describe node node1 | grep i taint # view the taints on a node

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.

grep is unnecessary here IMO, user can use descript to view the full output including the taints

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