Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microk8s-addons:
- name: "dns"
description: "CoreDNS"
version: "1.12.1"
check_status: "pod/coredns"
check_status: "pod/microk8s-addon-coredns"
supported_architectures:
- amd64
- arm64
Expand Down
2 changes: 1 addition & 1 deletion addons/dns/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data:
apiVersion: apps/v1
kind: Deployment
metadata:
name: coredns
name: microk8s-addon-coredns
namespace: kube-system
labels:
k8s-app: kube-dns
Expand Down