29
29
30
30
## Introduction
31
31
32
- The Tang operator helps providing [ NBDE] ( https://access.redhat.com/articles/6987053 )
32
+ The Tang operator helps to provide [ NBDE] ( https://access.redhat.com/articles/6987053 )
33
33
technology for OpenShift/K8S. It deploys one or several Tang servers automatically.
34
34
The Tang server container image to launch is configurable, and will use the latest one
35
35
available by default. The Tang operator has been developed using
@@ -39,7 +39,7 @@ The Tang operator avoids having to follow all Tang manual installation steps,
39
39
and leverages some of the features provided by OpenShift: multi-replica deployment,
40
40
scale-in/out, scale up/down or traffic load balancing.
41
41
42
- This operator also allows automation of certain operations, which are error prone
42
+ This operator also allows automation of certain operations, which are error- prone
43
43
if executed manually. Examples of these operations are:
44
44
- server deployment and configuration
45
45
- key rotation
@@ -79,7 +79,7 @@ Tang operator-bundle are:
79
79
- v0.0.21: Use tangd-healthcheck for aliveness and readiness, separating intervals
80
80
- v0.0.22: Remove personal accounts and use organization ones
81
81
- v0.0.23: Selective hidden keys deletion
82
- - v0.0.24: Execute Tang container pod as non root user
82
+ - v0.0.24: Execute Tang container pod as non- root user
83
83
- v0.0.25: Allow key handling without cluster role configuration
84
84
- v0.0.26: Use RHEL9 Tang container version
85
85
- v0.0.27: Update operator-sdk and supported Go version (1.19.6 and higher)
@@ -472,10 +472,10 @@ This job cross compiles code in other supported architectures, in particular for
472
472
* ` amd64 `
473
473
474
474
### Shellcheck
475
- Shellcheck job checks that existing ` bash ` scripts in the projects contain no fails.
475
+ Job that helps to check that existing ` bash ` scripts in the projects contain no fails.
476
476
477
477
### Spellcheck
478
- Spellcheck job checks for spell correctness in documentation (in particular, for Markdown files).
478
+ Specific job that checks for spell correctness in documentation (in particular, for Markdown files).
479
479
480
480
### Golang CI lint
481
481
This job performs static check of Golang code.
0 commit comments