question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reimplement katib-cert-generator in Go

See original GitHub issue

/kind feature

Describe the solution you’d like [A clear and concise description of what you want to happen.]

Currently, katib-cert-generator is written in shell script, but shell script is not high maintenance. Also, the katib-cert-generator needs to support multiple API versions of certificates.k8s.io, which will make maintainability even worse.

Ref: https://github.com/kubeflow/katib/issues/1628#issuecomment-901069046.

So I’d like to reimplement it in Go. If the community agrees, I’d like to work on this issue.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tenzen-ycommented, Sep 7, 2021

Thank you comment. @andreyvelich I’d like to take this issue.

1reaction
andreyvelichcommented, Sep 6, 2021

Sure, sounds good to me. Thank you @tenzen-y! WDYT @gaocegege @johnugeorge ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

KeithAlt/go-cert-generator - GitHub
A utility package for generating self-signed SSL certificates within your Go application. No third-party tools required.
Read more >
How to Generate CSR (Certificate Signing Request) Code
You can generate a Certificate Signing Request code yourself, e.g. if you manage the hosting server on your own or if this is...
Read more >
generate_cert - - The Go Programming Language
4 5 //go:build ignore 6 7 // Generate a self-signed X.509 certificate for a TLS server. Outputs to 8 // 'cert.pem' and 'key.pem'...
Read more >
Golang - Creating a Certificate Authority + Signing ... - Shane Utt
In this post I'm going to describe how to create a CA Certificate and demonstrate signing certificates with that CA entirely in Golang....
Read more >
fake address generator washington dc
Fake Address Generator Washington DcWhile the headlines may be ... License and or ID's: Buy a fake university ID (they are legal online)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found