Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Raspberry Pi? #168

Closed
xoblite opened this issue Dec 13, 2018 · 3 comments
Closed

Support for Raspberry Pi? #168

xoblite opened this issue Dec 13, 2018 · 3 comments
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@xoblite
Copy link

xoblite commented Dec 13, 2018

<Nb. I have not yet investigated this further, but just thought I'd post this in the meanwhile in case someone else has already looked into it...>

When trying to install kind on a (freshly updated) Raspberry Pi 3A+ I get the following output:

user@host:~$ go get sigs.k8s.io/kind
# sigs.k8s.io/kind/pkg/log
`go/src/sigs.k8s.io/kind/pkg/log/util.go:29: undefined: strings.Builder
# sigs.k8s.io/kind/vendor/sigs.k8s.io/yaml
go/src/sigs.k8s.io/kind/vendor/sigs.k8s.io/yaml/yaml.go:42: undefined: DisallowUnknownFields
# sigs.k8s.io/kind/vendor/sigs.k8s.io/kustomize/pkg/target
go/src/sigs.k8s.io/kind/vendor/sigs.k8s.io/kustomize/pkg/target/kusttarget.go:86: dec.DisallowUnknownFields undefined (type *json.Decoder has no field or method DisallowUnknownFields)
# sigs.k8s.io/kind/vendor/k8s.io/apimachinery/pkg/util/net
go/src/sigs.k8s.io/kind/vendor/k8s.io/apimachinery/pkg/util/net/http.go:293: req.URL.Hostname undefined (type *url.URL has no field or method Hostname)
go/src/sigs.k8s.io/kind/vendor/k8s.io/apimachinery/pkg/util/net/http.go:406: location.Hostname undefined (type *url.URL has no field or method Hostname)
go/src/sigs.k8s.io/kind/vendor/k8s.io/apimachinery/pkg/util/net/http.go:406: originalLocation.Hostname undefined (type *url.URL has no field or method Hostname)
user@host:~$

Any thoughts?

@k8s-ci-robot k8s-ci-robot added the triage/needs-information Indicates an issue needs more information in order to work on it. label Dec 13, 2018
@alejandrox1
Copy link
Contributor

Hi @xoblite , out of the bag, you should upgrade Go 1.11+.
strings.Builder was introduced in Go 1.10, req.URL,Hostname inGo 1.8 (i think), etc.

/triage needs-information

@BenTheElder
Copy link
Member

BenTheElder commented Dec 13, 2018

This is also #166

Edit: we aren't multi-arch yet for the node images, they're only amd64

@BenTheElder
Copy link
Member

dupe of #166

yankay pushed a commit to yankay/kind that referenced this issue Mar 17, 2022
…naffinity

proxystore_test: Add unit test to SessionAffinity
stg-0 pushed a commit to stg-0/kind that referenced this issue Jun 30, 2023
…_descriptor

[EOS-11436] Configurar EFS en el descriptor (para renderizar el keos.yaml)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

4 participants