Replace references to Replication Controllers with Deployments in docs/user-guide/walkthrough.
Also: * Cleanup pasted yaml and instead embed file * Clarify Service test sections by including busybox exec commands as part of the preformatted section
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
||||
# (e.g. 'www') or a number (e.g. 80)
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
# just like the selector in the replication controller,
|
||||
# just like the selector in the deployment,
|
||||
# but this time it identifies the set of pods to load balance
|
||||
# traffic to.
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user