Skip to content

Commit

Permalink
Added kubectl commands
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Jun 25, 2024
1 parent fb22ef1 commit d424cb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/AppFramework.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ In this phase, the AppFramework installs the application on the splunkd binary r
Here is an example of a Standalone with a successful Application install:

```
bash# kubectl get stdaln -o yaml | grep -i appSrcDeployStatus -A 33
appSrcDeployStatus:
dummy:
appDeploymentInfo:
Expand Down Expand Up @@ -809,6 +810,7 @@ Below is a description of the bundle push statuses:
Here is an example of a SHC with a successful Application install using Bundle push:

```
bash# kubectl get shc -o yaml | grep -i appSrcDeployStatus -A 33
appSrcDeployStatus:
dummy:
appDeploymentInfo:
Expand Down
5 changes: 5 additions & 0 deletions docs/CustomResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ The Splunk Enterprise CRDs with the Splunk Operator have a field `cr.Status.mess
Here is an example of a Standalone with a message indicating an invalid CR config:

```
bash% kubectl get stdaln
NAME PHASE DESIRED READY AGE MESSAGE
ido Error 0 0 26s invalid Volume Name for App Source: custom. volume: csh, doesn't exist
bash# kubectl get stdaln -o yaml | grep -i message -A 5 -B 5
appsStatusMaxConcurrentAppDownloads: 5
bundlePushStatus: {}
isDeploymentInProgress: false
Expand Down

0 comments on commit d424cb4

Please sign in to comment.