Skip to content

Commit

Permalink
kind local registry setup update on Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansurout committed Nov 16, 2023
1 parent 9cdb6ed commit 308001a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Final KDE PROJECT to work.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Final KDE PROJECT to work on:
-------------------------------------------------
1. Kalendar(2)
Tech stack (Major)
1. C++
2. QML

2. Okular - Okular is a universal document viewer developed by KDE(ALL)
Tech stack (Major)
1. C++
2. QML

3. digiKam - digiKam is an advanced open-source digital photo management application
Tech stack (Major)
1. C++
2. GUI
3. CMake

4.Krita - Krita is a digital painting application, used by millions of people all over the world.(ALL)
Tech stack (Major)
1. C++
2. Qt
3.CMake

5. KStars - KStars is free, open source, cross-platform Astronomy Software.(4)
Tech stack (Major)
1. C++
2. Qt

6. GCompris - GCompris is a high quality educational software suite, including a large number of activities for children aged 2 to 10.(4)
Tech stack (Major)
1. C++
2. Qt
3.JavaScript

7. KDE Connect - KDE Connect is a series of apps for a wide range of platforms that provides inter-device integration such as file and clipboard sharing, remote control, battery status sharing, and more.(ALL)
Tech stack (Major)
1. C++



7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ Set up a local Knative cluster using [KinD](https://kind.sigs.k8s.io/):
``` bash
kn quickstart kind
```
Kind can be configured with a [local container image registry](https://kind.sigs.k8s.io/docs/user/local-registry/) by passing the `--registry` flag:

```bash
kn quickstart kind --registry
```

Note: we automatically configure tag resolution for the local registry when this flag is passed.

### Quickstart with Minikube

Expand Down

1 comment on commit 308001a

@Priyansurout
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is looking good now?

Please sign in to comment.