Skip to content
#

pipeline

Here are 3,103 public repositories matching this topic...

jannfis
jannfis commented Dec 19, 2021

Summary

The Argo CD core mode should allow the user to set a permanent path to a K8s client configuration file, instead of either using ~/.kube/config per default or having to specify --kubeconfig for each command.

Motivation

Some K8s distributions by default install a Kubernetes client CLI (kubectl) which uses a custom path for its configuration. For example, K3s uses `/etc/ran

skaegi
skaegi commented Mar 2, 2021

At this point this is just by looking at the code and not validated by me. (although reported by a user)
Current main -- https://github.com/tektoncd/pipeline/blob/e2f528b0b247efb3b52b10800aad4ffd9046a266/pkg/pod/entrypoint_lookup_impl.go#L64

We're creating the k8schain with the service account, but also should add in the image pull secrets referenced in the pod template.

kedro
Aylr
Aylr commented Dec 28, 2020

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    <img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
ikanez
ikanez commented Feb 3, 2022

Tell us about the new connector you’d like to have

  • Which source and which destination?
    Source: mambu (https://api.mambu.com/)
    Destination: S3, RDS, Redshift
  • Do you need a specific version of the underlying data source e.g: you specifically need support for an older version of the API or DB?
    Want to support for since 1.0.

Describe the context around this new connector

  • Why do yo
jx
bartoliniii
bartoliniii commented Jan 16, 2022

I'm trying to configure Jenkins X in my company and found some broken links.

Example of links:

jli
jli commented Jan 10, 2022

What steps did you take

  • Click on a task on the KFP run page.
  • On the Input/Output tab, click the minio:// link for main-logs to view raw logs.

What happened:

The logs file is served from the minio Express webserver without any character encoding header. This causes any non-ascii UTF-8 characters to be rendered as garbled text.

What did you expect to happen:

I think

timbaileyjones
timbaileyjones commented Aug 12, 2019

While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:

$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR  ResourceNotFoundException: The specified log group does not exist.
	status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264

This error does not occur with the `-f

Improve this page

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

Learn more