Giter Club home page Giter Club logo

shpod's People

Contributors

bretfisher avatar itsokov avatar jpetazzo avatar onlinejudge95 avatar

Stargazers

 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shpod's Issues

Using `apply -f` on the YAML file gives an error

❯ kubectl apply -f https://raw.githubusercontent.com/jpetazzo/shpod/master/shpod.yaml

namespace/shpod unchanged
serviceaccount/shpod unchanged
clusterrolebinding.rbac.authorization.k8s.io/shpod unchanged
The Pod "shpod" is invalid: spec: Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds` or `spec.tolerations` (only additions to existing tolerations)
  core.PodSpec{
  	Volumes:        []core.Volume{{Name: "shpod-token-wdgqh", VolumeSource: core.VolumeSource{Secret: &core.SecretVolumeSource{SecretName: "shpod-token-wdgqh", DefaultMode: &420}}}},
  	InitContainers: nil,
  	Containers: []core.Container{
  		{
  			... // 14 identical fields
  			TerminationMessagePath:   "/dev/termination-log",
  			TerminationMessagePolicy: "File",
- 			ImagePullPolicy:          "IfNotPresent",
+ 			ImagePullPolicy:          "Always",
  			SecurityContext:          nil,
  			Stdin:                    true,
  			... // 2 identical fields
  		},
  	},
  	RestartPolicy:                 "Always",
  	TerminationGracePeriodSeconds: &30,
  	... // 21 identical fields
  }

Support for arm64

As the title says, could this image support arm64 architecture. I know alpine (which this image is based on) supports arm64 but I am not sure the other components if they support arm64.

Thanks

Some of the tools does not work

I tried this container and it seems the following tools exist and other tools that mentioned such as K9s, kubeseal ... is not there
docker-compose helm httping kctx kns kubectl ship stern
please check that

request feature

Hi
it is a useful tool but I think it will be more useful if in the container by default we can see context and ns in the command prompt. I mean kube_ps1 configured
2 having k autocompletion instead of kubectl
3- all krew plugins installed it is useful too

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.