Skip to content

Commit

Permalink
Merge pull request CrowdStrike#225 from pflanagan-cs/kac-note-improve
Browse files Browse the repository at this point in the history
add more detail to falcon-kac NOTE.txt
  • Loading branch information
redhatrises authored Oct 6, 2023
2 parents 0ad5f97 + 2b9682a commit 83d4447
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm-charts/falcon-kac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.4
version: 1.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.4
appVersion: 1.0.5

keywords:
- CrowdStrike
Expand Down
16 changes: 14 additions & 2 deletions helm-charts/falcon-kac/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Thank you for installing the CrowdStrike Falcon Kubernetes Admission Controller!

Access to the Falcon Kubernetes Admissions Controller container image is
required to complete the install of this Helm chart.
Note that in order for the Falcon Kubernetes Admissions Controller to run, the
falcon-kac image must be present in a container registry accessible to the
kubernetes deployment.

When utilizing your own registry, a common error on installation is forgetting
to add your containerized sensor to your local image registry prior to
executing `helm install`. Please read the Helm Chart's readme for more
deployment considerations.

To check the status of Falcon Kubernetes Admissions Controller pods, run the
following command:

kubectl -n {{ .Release.Namespace }} get pods

0 comments on commit 83d4447

Please sign in to comment.