Skip to content

Commit

Permalink
fix badges
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Apr 10, 2024
1 parent 3a2e06b commit 4ae671c
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# deployment-k8s

![GithubActions Build Status](https://github.com/networkservicemesh/cloudtest/workflows/ci/badge.svg)
![GithubActions Build Status](https://github.com/networkservicemesh/deployments-k8s/workflows/ci/badge.svg)
[![Weekly minutes](https://img.shields.io/badge/Weekly%20Meeting%20Minutes-Tue%208am%20PT-blue.svg?style=plastic")](https://docs.google.com/document/d/1C9NKjo0PWNWypROEO9-Y6haw5h9Xmurvl14SXpciz2Y/edit#heading=h.rc9df0a6n3ng)
[![Mailing list](https://img.shields.io/badge/Mailing%20List-networkservicemesh-blue.svg?style=plastic")](https://groups.google.com/forum/#!forum/networkservicemesh)
[![GitHub license](https://img.shields.io/badge/license-Apache%20license%202.0-blue.svg)](https://github.com/networkservicemesh/cloudtest/blob/master/LICENSE)
Expand All @@ -9,7 +9,7 @@
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2725/badge)](https://bestpractices.coreinfrastructure.org/projects/2725)

<p align="center">
<a href="https://www.networkservicemesh.io/"><img src="https://github.com/cncf/artwork/blob/master/projects/networkservicemesh/horizontal/color/networkservicemesh-horizontal-color.png?raw=true" width="70%" height="70%"></a>
<a href="https://www.networkservicemesh.io/"><img src="https://github.com/cncf/artwork/blob/main/projects/networkservicemesh/horizontal/color/networkservicemesh-horizontal-color-reversed.png?raw=true" width="70%" height="70%"></a>
</p>

**deployments-k8s** repository provides native kubernetes yaml deployments and markdown examples for Network Service Mesh.
Expand Down Expand Up @@ -47,23 +47,3 @@

## Requirements
Minimum required ```kubectl``` client version is ```v1.21.0```

## Using local applications

By default `deployments-k8s` uses applications in github ref format. For local development you can use [`to-local.sh`](./to-local.sh)
script:
```
$ ./to-local.sh
```
It translates all github refs to local paths. If you want to switch back to github refs, you can use [`to-ref.sh`](./to-ref.sh)
script:
```
$ ./to-ref.sh
```
For some cases you may probably need to share your local changes with someone else. In such case please use [`to-export.sh`](./to-export.sh)
instead of `to-local.sh`:
```
$ ./to-export.sh
```
IMPORTANT: `to-export.sh` cannot be undone back to github refs format with `to-ref.sh`. Please don't use it for local
development, use it only for sharing your branch with someone else.

0 comments on commit 4ae671c

Please sign in to comment.