Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vscode-openshift-connector #468

Merged
merged 6 commits into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions v3/plugins/redhat/vscode-openshift-connector/0.1.5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Eclipse Che OpenShift Connector Plugin

## Setting up the access to a cluster

If you want to login to the same OpenShift cluster where Eclipse Che is running, execute the following command in the plugin sidecar:
```shell
oc login https://<cluster_ip>:<cluster_port> --certificate-authority=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
```
22 changes: 22 additions & 0 deletions v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: v2
publisher: redhat
name: vscode-openshift-connector
version: 0.1.5
type: VS Code extension
displayName: OpenShift Connector
title: OpenShift Connector
description: Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Eclipse Che
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/redhat-developer/vscode-openshift-tools
category: Other
firstPublicationDate: "2020-05-20"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-af96c17"
name: "vscode-openshift-connector"
memoryLimit: "1500Mi"
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-yaml/vscode-yaml-0.7.2.vsix
- https://github.com/che-incubator/che-theia-openshift-auth/releases/download/0.0.1/che-openshift-authentication-plugin-0.0.1.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-openshift-connector/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.5