Here are
210 public repositories
matching this topic...
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
Updated
May 5, 2019
Python
Minimal and free Kubernetes distribution with Terraform
Terraform module for creating Kubernetes cluster running on Container Linux by CoreOS in an AWS VPC
Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Updated
Nov 15, 2018
Shell
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
CoreRoller is a set of tools to control and monitor the rollout of your updates.
CoreOS Docker,让你更便捷、系统化的使用Docker管理你的服务
Updated
Jul 16, 2021
Dockerfile
A Kubernetes operator to manage updates of Container Linux by CoreOS
🐳 Provision a Kubernetes/CoreOS cluster on Linode
Updated
Jul 17, 2018
Shell
Fully automated homelab from empty disk to running services
Updated
Aug 31, 2021
Shell
Terraform modules to create a self-hosting Kubernetes cluster on opinionated Cloud Platform.
An etcd client library for Rust.
Updated
May 30, 2020
Rust
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Mayu helps you to provision a cluster of bare metal machines with CoreOS Container Linux
Mantle: Gluing Container Linux together
Encrypt your on-premise server disks and save the keys in the cloud securely
ZeroTier One as Docker Image
Updated
Aug 31, 2021
Dockerfile
Bare-Metal CoreOS Cluster Manager
Kubernetes - LDAP authentication with Dex
Create Kubernetes clusters on the OVH Cloud platform
Updated
Oct 28, 2018
Python
A collection of tools for Kubernetes.
Libvirt wrapper to spawn VMs using cloud images
Updated
Feb 26, 2021
Shell
A kubeadm installer container for CoreOS, Ubuntu, Debian, CentOS and Fedora
Updated
Sep 6, 2017
Shell
Groovy pipeline jobs that build and test Container Linux with Jenkins
Updated
Feb 28, 2020
Groovy
A lean Continuous Deployment, Testing and Integration Pipeline using CoreOS/Docker/Jenkins
Updated
Dec 22, 2017
Shell
Docker container with patched Zabbix agent for CoreOS server monitoring
Updated
Mar 10, 2016
Shell
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Updated
Mar 2, 2019
Makefile
Automate your OCP4 installation
Improve this page
Add a description, image, and links to the
coreos
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
coreos
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
Currently we check our code with golangci-lint, which in itself catches most of the things, but having comments over exported function is not caught by it, it'll be nice to enable both the linters. Currently there are some warnings by this linter on the main branch
To Reproduce
Run:
golint ./... | grep -v zz_generated#to ignore the auto-generated files**Expe