Skip to content

Commit

Permalink
release: prepare v0.0.3 (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>

Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Jan 4, 2023
1 parent 5d8355b commit 434ddc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ k8s-Node-collector is an open source collector who collect Node information (fs
kubectl apply -f job.yaml
```

* Check k8s pod status
- Check k8s pod status

```
kubectl get pods
Expand All @@ -24,18 +24,21 @@ NAME READY STATUS RESTARTS AGE
node-collector-ng2z7 0/1 Completed 0 6m13s
```

* Check k8s pod audit output
- Check k8s pod audit output

```
kubectl logs node-collector-ng2z7
```

* json output
- json output

```json
{
"apiVersion": "v1",
"kind": "NodeInfo",
"metadata":{
"creationTimestamp":"2023-01-04T11:37:11+02:00"
},
"type": "master",
"info": {
"adminConfFileOwnership": {
Expand Down Expand Up @@ -310,7 +313,9 @@ kubectl logs node-collector-ng2z7
}
}
```

* job cleanup

```
kubectl delete -f job.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
hostPID: true
containers:
- name: node-collector
image: ghcr.io/aquasecurity/node-collector:0.0.2
image: ghcr.io/aquasecurity/node-collector:0.0.3
command: ["node-collector"]
volumeMounts:
- name: var-lib-etcd
Expand Down

0 comments on commit 434ddc4

Please sign in to comment.