Skip to content

Commit 64aedbf

Browse files
adietishmohitsuman
andcommitted
Updated README.md
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
1 parent 0aad979 commit 64aedbf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
2424
- Switching contexts and namespaces within Kubernetes
2525
- Follow logs from the connected cluster resource
2626
- Open a Terminal Shell to a Running Container in the connected cluster
27-
- Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminal.
27+
- Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminals.
2828

2929
## Features
3030

@@ -114,25 +114,25 @@ The very same dialog may also be opened with a link that's present in the notifi
114114
#### Delete Resources
115115
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.
116116

117-
#### Follow Logs
117+
#### Follow Logs of Running Containers
118118

119119
IntelliJ Kubernetes extension allows you to follow logs of the cluster resources such as Pods, Jobs and Builds.
120120
There is a dedicated tab to display the log messages for the selected Kubernetes resource.
121121
All the containers for your Kubernetes resources are listed down in the Terminal View and the user can select the appropriate container and switch between them as needed.
122-
Init containers, that are run before the app containers, are listed and can be selected, too.
122+
This also lists down the `init` containers which the user can select to see the logs.
123123

124124
![logs](images/logs.png)
125125

126-
#### Open Terminals
126+
#### Open Terminal Shell To Running Container
127127
The plugin allows you to open a terminal shell for the running container on the connected cluster.
128-
The user can open the Kubernetes resources such as Pod, Build and open that in the Terminal Shell using the context menu action Terminal.
128+
The user can open the Kubernetes resources such as Pod, Build in the Terminal Shell using the context menu action Terminal.
129129
All the containers for your Kubernetes resources are listed down in the Terminal View and the user can select the appropriate container and switch between them as needed.
130-
Init containers, that are run before the app containers, are listed and can be selected, too.
130+
Init containers, which run before the application containers, are listed down and can be selected to open in the terminal shell.
131131

132132
![logs](images/terminal.png)
133133

134134
## Data and Telemetry
135-
The JetBrains IntelliJ Kubernetes plugin collects anonymous [usage data](https://github.com/redhat-developer/intellij-kubernetes/blob/master/USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services.
135+
This `Kubernetes by Red Hat` plugin collects anonymous [usage data](https://github.com/redhat-developer/intellij-kubernetes/blob/main/USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services.
136136
Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection) to learn more. This extension respects the Red Hat Telemetry setting which you can learn more about at https://github.com/redhat-developer/intellij-redhat-telemetry#telemetry-reporting
137137

138138
## Release notes

0 commit comments

Comments
 (0)