Skip to content

Commit

Permalink
add docs description for kubenrnetes.version paas-check task
Browse files Browse the repository at this point in the history
  • Loading branch information
Imadzuma committed Sep 11, 2024
1 parent e133fe7 commit 85acb9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions documentation/Kubecheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ This section provides information about the Kubecheck functionality.
- [229 Audit Policy Configuration](#229-audit-policy-configuration)
- [231 Audit Daemon Rules](#231-audit-daemon-rules)
- [232 Kernel Parameters Configuration](#232-kernel-parameters-configuration)
- [235 Kubernetes version](#235-kubernetes-version)
- [Report File Generation](#report-file-generation)
- [HTML Report](#html-report)
- [CSV Report](#csv-report)
Expand Down Expand Up @@ -437,6 +438,7 @@ The task tree is as follows:
* audit
* policy
* admission
* version
* etcd
* health_status
* control_plane
Expand Down Expand Up @@ -778,6 +780,14 @@ This test compares the kernel parameters on the nodes
with the parameters specified in the inventory or with the default parameters.
If the configured parameters are not presented, the test fails.

##### 235 Kubernetes version

*Task*: `kubernetes.version`

This test checks if used kubernetes version is deprecated in current kubemarine release.
It means, that this version is going to be excluded from support in future kubemarine soon.
So it's recommended to update kubernetes version to new one.

### Report File Generation

In addition to the resulting table in the log output, the same report is presented in the form of files.
Expand Down

0 comments on commit 85acb9c

Please sign in to comment.