| 12345678910111213141516171819 |
- apiVersion: v1
- kind: ReplicationController
- metadata:
- name: no-annotation
- labels:
- name: no-annotation
- spec:
- replicas: 1
- template:
- metadata:
- labels:
- name: no-annotation
- spec:
- containers:
- - name: no-annotation
- image: nginx
- ports:
- - containerPort: 80
|