Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit ce42ade

Browse files
authored
Merge pull request bowei#12 from sheehan1102/bug/update-to-apps-v1
Update to apps/v1
2 parents e7a40e3 + 1529c61 commit ce42ade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

daemon.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
apiVersion: extensions/v1beta1
15+
apiVersion: apps/v1
1616
kind: DaemonSet
1717
metadata:
1818
name: k8s-custom-iptables
1919
labels:
2020
app: k8s-custom-iptables
2121
version: v1
2222
spec:
23+
selector:
24+
matchLabels:
25+
name: k8s-custom-iptables
2326
template:
2427
metadata:
2528
labels:

0 commit comments

Comments
 (0)