Git Product home page Git Product logo

kbot's Introduction

This release is a major milestone in my journey towards supporting multi-arch builds.

To simplify deployment and management, I've developed a Helm chart that streamlines the installation and configuration process on k8s clusters. The Helm chart includes all necessary configurations and dependencies to get you started quickly.

In addition to the Helm chart, I've prepared a GitHub release containing the chart package, comprehensive release notes, and deployment instructions.
Release v1.0.1

To begin, download the Helm chart package from the GitHub release page and use it to install the application on your k8s cluster.

Instruction

kubectl config set-context --current --namespace=default
helm install kbot https://github.com/andrefanatic/kbot/releases/download/v1.0.1/kbot-0.1.0.tgz
kubectl get po                                                                                               
NAME                    READY   STATUS                       RESTARTS   AGE
kbot-7b5b97cc7d-6x598   0/1     CreateContainerConfigError   0          59s
kubectl describe po kbot-7b5b97cc7d-6x598 | grep Warning
Events:
  Type     Reason     Age                From               Message
  ----     ------     ----               ----               -------
  Warning  Failed     10s (x6 over 67s)  kubelet            Error: couldn't find key token in Secret default/kbot
kubectl create secret generic kbot --from-literal=token="YOUR_TELE_TOKEN"
kubectl get secret kbot -o jsonpath="{.data.token}" | base64 -d

kbot's People

Contributors

andrefanatic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.