You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
24
24
- Switching contexts and namespaces within Kubernetes
25
25
- Follow logs from the connected cluster resource
26
26
- 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.
28
28
29
29
## Features
30
30
@@ -114,25 +114,25 @@ The very same dialog may also be opened with a link that's present in the notifi
114
114
#### Delete Resources
115
115
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.
116
116
117
-
#### Follow Logs
117
+
#### Follow Logs of Running Containers
118
118
119
119
IntelliJ Kubernetes extension allows you to follow logs of the cluster resources such as Pods, Jobs and Builds.
120
120
There is a dedicated tab to display the log messages for the selected Kubernetes resource.
121
121
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.
123
123
124
124

125
125
126
-
#### Open Terminals
126
+
#### Open Terminal Shell To Running Container
127
127
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.
129
129
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.
131
131
132
132

133
133
134
134
## 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.
136
136
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
0 commit comments