operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.1k stars 1.73k forks source link

Go Operator Tutorial: plugins version issue #6778

Open hjeongb0320 opened 1 week ago

hjeongb0320 commented 1 week ago

Hi, recently, I'm following the quick start of operator sdk. In the process, I found that there was an error in the plugin-related docs in the middle, and I confirmed that it was fixed. However, there is the same part in the "tutorial" documentation, not the "quick-start" documentation (because the content itself is a process of re-installing and learning the principle from scratch), and that part was not modified. Recently, the correct issue was uploaded, and this seems to be a problem caused by confusion between quick start and tutorial, so I am reporting the issue.

[What needs to be revised]

Thank you for your hard work, managers.

acornett21 commented 4 days ago

Hi @hjeongb0320 I'm not sure I understand this issue. go/v4 plugin has moved for the alpha phase to be GA, so the pull request that was merged is correct. If docs are incorrect, can you link to those pages in the issue?

hjeongb0320 commented 1 day ago

Hi, I mean in this docs, [Create a new project] ! https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/