The Wayback Machine - https://web.archive.org/web/20220622052835/https://github.com/topics/polaris
Skip to content
#

polaris

Here are 77 public repositories matching this topic...

chuntaojun
chuntaojun commented Jun 21, 2022

What is the feature you want to add?

Automatically hide some system-level services of Polaris and not show it to the outside world

Why do you want to add this feature?

Avoid system-level services being modified by users through the console, thus affecting the normal operation of the Polaris system

How to implement this feature?

Additional context
Add any other con

good first issue service issue-shoot
bjartek
bjartek commented Nov 11, 2021

Is it possible to add yq to the generated image. We are planning to use this for validating manfiseste using kustomize/kubeconform and that script uses yq.

Script is attached blow for reference

#!/usr/bin/env bash

set -eo pipefail

find . -type f -name '*.yaml' -print0 | while IFS= read -r -d $'\0' file;
  do
    yq e 'true' "$file" > /dev/null || error_exit "found when validat
good first issue
cruxxansata
cruxxansata commented Oct 18, 2019

Brief description of the issue

The Standard Operating Procedure (and I assume the rest of the reference manuals) textbook in-game does not pull up the correct webpage, referring to aeiou-station.space instead of eclipse-station.space

What you expected to happen

For reference textbooks in game to draw from the wiki instead of a non-existent, outdated URL.

What actually happen

good first issue

Improve this page

Add a description, image, and links to the polaris 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 polaris topic, visit your repo's landing page and select "manage topics."

Learn more