bare-metal
Here are 281 public repositories matching this topic...
-
Updated
May 30, 2020 - Assembly
Is there is a proper guidance to update metallb version? I want to upgrade metallb from v0.8.1 to v0.9.3
Thank you
-
Updated
Jun 1, 2020 - Rust
Bug
For want of a better categorisation. The first thing that kube-proxy logs at startup is the following:
W0913 12:02:58.529651 1 server.go:195] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP.
Environment
- Platform: aws
- OS: container-linux
- Ref: v1.11.2
- Terraform: 0.11.8
- Pl
-
Updated
Jun 4, 2020 - Go
-
Updated
May 4, 2020 - Makefile
-
Updated
Jun 21, 2019 - Shell
In GUIDE.md, in the "Start up the Kubernetes dashboard" section, the kubectl apply ... command is referencing a resource that no longer exists. Here's the kubectl apply ... command from the guide along with the response:
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/altern
Is there a description somewhere, in the rust docs, rfc, something..? that explains what exactly is necessary to do a cross build, or do I have to reverse engineer sysroot.rs?
-
Updated
May 9, 2020 - C
When adding a comment to the app macro as such:
/// Some text <- this causes the error
#[app(device = stm32f4xx_hal::stm32, peripherals = true)]
const APP: () = {
#[init]
fn init(cx: init::Context) {}
};Gives the error:
error: expected `const`
error: aborting due to previous error
Porter vs MetalLB
Most people have asked a question, what's the difference and advantages between Porter and MetalLB? I think we need to investigate both of them and summarize the differences, it would be better that we can develop a roadmap for Porter.
BTW, according to our questionnaire survey, 50 % of users installed KubeSphere to BMs, it proves potential user scale is large.
What would you like to be added:
The "Getting Started" documentation assumes that a cluster already exists to configure the cluster.yml file.
Why is this needed:
The instructions in https://pharos.sh/docs/getting-started.html#prepare-nodes-for-kubernetes-cluster are insufficient. What do I do with the
-
Updated
Apr 17, 2020 - GDB
According to Configure Additional Network Interfaces old version - confignics - (deprecated) it is.
If so, then IB Network Configuration needs a touc
#99 #100 #101
- TCNet OSC messages
- Add schematic, PCB and BOM for the next MIDI board
- Add schematic, PCB and BOM for the next LTC SMPTE
- WS28xx matrix display
- mon.txt -> Real-time DMX monitor
- Add RDMNet http://www.orangepi-dmx.org/orange-pi-dmx512-rdm/rdm/rdm-supported-pids
-
Updated
Jun 8, 2019 - XSLT
-
Updated
May 13, 2020 - Rust
Hi everyone, I wanted to know a bit more about the vision & mission for Tinkerbell.
I've just started an awesome bare-metal repo which lists Tinkerbell alongside some classic projects and products. There's also some writing and analysis I'm planning on doing in a very short period of time.
Could you help me with some of these questions? I don't mind taking them over email.
What's the U
When creating the HTTP and ping monitors and setting the values for timeouts and intervals we noticed that they don't reflect what is available in the GUI:
https://docs.cloud.oracle.com/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/health-checks/http-monitor/create.html
https://docs.cloud.oracle.com/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/health-checks/ping-monitor/create
The GUI values
-
Updated
May 20, 2020 - Go
-
Updated
Aug 12, 2019 - Forth
-
Updated
Mar 19, 2018 - Shell
CirnOS currently can only run on the Pi Zero family and the original Raspberry Pi, which only makes up a fraction of the total Raspberry Pi users.
It should be possible to modify the vectors.s, macros.h, loader and build.sh files to create builds of CirnOS that can run on the other models.
To build for the different models, separate scripts should be available such as build-rpi.sh,`build-r
Scenario/Intent
I want to create a local iLO account with full administrator privilege using oneview_server_profile_template. I need to be able to chose the username and the password.
If this is a supported feature I cannot find out how it works, in which case I suppose this should be a documentation request.
In case it is not clear - I am working with a Synergy Frame. Using OneView I
Scenario/Intent
I'm trying to get OneView Appliance Version as indicated in this blog post.
As per documentation OneView version should be accessible without a login sessions (or login credential), however this SDK requires credentials
-
Updated
May 31, 2020 - Rust
Improve this page
Add a description, image, and links to the bare-metal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bare-metal topic, visit your repo's landing page and select "manage topics."


What would you like to be added:
Enable Dynamic Persistent volume Provisioning for ceph rbd provisioner through adding "allowVolumeExpansion" parameter.
Why is this needed:
Dynamic Persistent volume Provisioning is necessary and ceph rbd support this.