Skip to content

fix: kubectl run creates pod not deployment#20

Merged
sublimino merged 6 commits intocontrolplaneio:masterfrom
denhamparry:master
May 6, 2020
Merged

fix: kubectl run creates pod not deployment#20
sublimino merged 6 commits intocontrolplaneio:masterfrom
denhamparry:master

Conversation

@denhamparry
Copy link
Contributor

Closes #18

  • kubectl run creates a pod when a deployment is expected.
  • PR creates deployments and services using yaml.
  • Network policies update to use correct match labels. (e.g. role: test-...)
  • Documentation updated for walkthrough guide.

Lewis Denham-Parry added 6 commits May 6, 2020 10:35
- kubectl run creates pods, not deployments
- deployments are expected in the introduction exercise
- services created by kubectl run
- service required to access pods in demo
- labels `role` value preceeded with `test-`
- combine deployments into single yaml
- Removed kubectl run from make test-deploy
- kubectl run creates a pod not a deployment
- Deployments created using demo.yaml
- fix bash script for kubectl apply
- refactor to single apply command
@sublimino sublimino merged commit ba56aa5 into controlplaneio:master May 6, 2020
@sublimino
Copy link
Member

Nice one @denhamparry, thank you ⚡🎉

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.

Bash script creates pods when deployments are expectede

2 participants