Skip to content

Commit

Permalink
fix /tmp dir remove (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
devidask27 committed Nov 22, 2023
1 parent 69185ae commit c009fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func init() {
RequiredPorts = []string{"443", "2379", "2380", "8285", "10250", "10255", "4194", "3306", "8158", "5672", "5673", "8023", "9080", "6264", "5395", "8558"}
ProcessesList = []string{"kubelet", "kube-proxy", "kube-apiserver", "kube-scheduler", "kube-controller", "etcd"}
Pf9Packages = []string{"pf9-hostagent", "pf9-comms", "pf9-kube", "pf9-muster"}
Files = []string{"/opt/pf9", "/etc/pf9", "/var/opt/pf9", "/var/log/pf9", "/tmp/*", "/var/spool/mail/pf9", "/opt/cni", "/etc/cni", "/var/lib/docker", "/run/containerd", "/opt/containerd", "/var/lib/containerd", "/var/lib/nerdctl"}
Files = []string{"/opt/pf9", "/etc/pf9", "/var/opt/pf9", "/var/log/pf9", "/tmp/authbs-certs*", "/tmp/python-eggs", "/var/spool/mail/pf9", "/opt/cni", "/etc/cni", "/var/lib/docker", "/run/containerd", "/opt/containerd", "/var/lib/containerd", "/var/lib/nerdctl"}

AzureContributorID = "b24988ac-6180-42a0-ab88-20f7382dd24c"

Expand Down

0 comments on commit c009fe3

Please sign in to comment.