Giter VIP home page Giter VIP logo

helm-charts's Introduction

helm-charts

Kubernetes applications

How to add a new chart

$ helm package $YOUR_CHART_PATH/ # to build the tgz file
$ helm repo index . # create or update the index.yaml for repo
$ git add .
$ git commit -m 'Your commit message'
$ git push

How to use this chart repo

$ helm repo add baikal 'https://telefonica.github.io/helm-charts/'
$ helm repo update
$ helm search <your-chart-name>

helm-charts's People

Contributors

aarroyoc avatar oscarbonilla-tid avatar palmerabollo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

helm-charts's Issues

hdfs is not healthy after default deployment

Installed using the command:

and got these results


$ helm install --name hdtest --namespace hdns hdfs
NAME:   hdtest
LAST DEPLOYED: Wed Jul 31 15:42:53 2019
NAMESPACE: hdns
STATUS: DEPLOYED

RESOURCES:
==> v1/ConfigMap
NAME         DATA  AGE
hdtest-hdfs  4     0s

==> v1/Pod(related)
NAME                   READY  STATUS             RESTARTS  AGE
hdtest-hdfs-hdfs-dn-0  0/1    ContainerCreating  0         0s
hdtest-hdfs-hdfs-nn-0  0/1    ContainerCreating  0         0s

==> v1/Service
NAME                 TYPE       CLUSTER-IP  EXTERNAL-IP  PORT(S)             AGE
hdtest-hdfs-hdfs-dn  ClusterIP  None        <none>       9000/TCP,50075/TCP  0s
hdtest-hdfs-hdfs-nn  ClusterIP  None        <none>       9000/TCP,50070/TCP  0s

==> v1beta1/PodDisruptionBudget
NAME                 MIN AVAILABLE  MAX UNAVAILABLE  ALLOWED DISRUPTIONS  AGE
hdtest-hdfs-hdfs-dn  1              N/A              0                    0s
hdtest-hdfs-hdfs-nn  1              N/A              0                    0s

==> v1beta1/StatefulSet
NAME                 READY  AGE
hdtest-hdfs-hdfs-dn  0/1    0s
hdtest-hdfs-hdfs-nn  0/1    0s


NOTES:
1. You can check the status of HDFS by running this command:
   kubectl exec -n hdns -it hdtest-hdfs-hdfs-nn-0 -- /usr/local/hadoop/bin/hdfs dfsadmin -report

then i tried


$ kubectl exec -n hdns -it hdtest-hdfs-hdfs-nn-0 -- /usr/local/hadoop/bin/hdfs dfsadmin -report
report: java.net.UnknownHostException: hdtest-hdfs-hdfs-nn
Usage: hdfs dfsadmin [-report] [-live] [-dead] [-decommissioning]
command terminated with exit code 255

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.