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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
17
17
- Support Creation and Deletion of new Kubernetes resources on Cluster
18
18
- Navigate into Kubernetes workloads, services, pods and nodes
19
19
- Switching contexts and namespaces within Kubernetes
20
+
- Follow logs from the connected cluster resource
20
21
21
22
## Features
22
23
@@ -111,6 +112,13 @@ The very same dialog may also be opened with a link that's present in the notifi
111
112
#### Delete Resources
112
113
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.
113
114
115
+
#### Follow logs
116
+
117
+
IntelliJ-Kubernetes extension allows you to follow logs of the cluster resources such as Pods, Jobs and Builds.
118
+
There is a dedicated tab to display the log messages for the selected Kubernetes resource.
119
+
120
+

121
+
114
122
## Data and Telemetry
115
123
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.
116
124
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
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@
10
10
</description>
11
11
<change-notes>
12
12
<![CDATA[
13
+
<h3>0.6.0</h3>
14
+
<ul>
15
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/215">As a user I want to be able to follow the logs</a></li>
16
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/437">Allow to push resources with generateName instead of name field</a></li>
17
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/446">Fatal IDE error when deleting file that is opened in editor</a></li>
18
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/426">Editor should error if there's no current context</a></li>
19
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/444">Pull notification disappears when I bump the resourceVersion</a></li>
20
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/432">clicking left and then right on a resource in the tree opens it in an editor</a></li>
21
+
</ul>
22
+
<p></p>
13
23
<h3>0.5.1</h3>
14
24
<ul>
15
25
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/336">As a user I would like to see full error message</a></li>
0 commit comments