mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +00:00
Merge pull request #195 from bridgetkromhout/slide-clarity
Making slide easier to read
This commit is contained in:
@@ -2,21 +2,23 @@
|
||||
|
||||
- We cannot have two resources with the same name
|
||||
|
||||
(Or can we...?)
|
||||
|
||||
--
|
||||
|
||||
- We cannot have two resources *of the same type* with the same name
|
||||
|
||||
(But it's OK to have a `rng` service, a `rng` deployment, and a `rng` daemon set)
|
||||
(But it's OK to have a `rng` service, a `rng` deployment, and a `rng` daemon set!)
|
||||
|
||||
--
|
||||
|
||||
- We cannot have two resources of the same type with the same name *in the same namespace*
|
||||
|
||||
(But it's OK to have e.g. two `rng` services in different namespaces)
|
||||
(But it's OK to have e.g. two `rng` services in different namespaces!)
|
||||
|
||||
--
|
||||
|
||||
- In other words: the tuple *(type, name, namespace)* needs to be unique
|
||||
- In other words: **the tuple *(type, name, namespace)* needs to be unique**
|
||||
|
||||
(In the resource YAML, the type is called `Kind`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user