Kubernetes plugin for Jenkins after dockershim runtime is deprecated

2021-09-29 Thread 'Mario Rodriguez' via Jenkins Users


Hello, Kubernetes project is planning to deprecate support for dockershim 
runtime is version 1.20 and fully drop it in version 1.24 as indicated 
here: https://kubernetes.io/blog/2020/12/02/dockershim-faq/

 

Reading about the impacts of dockershim removal here:  
https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you/
  and 
here 
https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/
 ,  any 
apps that depend on the docker daemon by exposing /var/run/docker.sock will 
be impacted.  We use the Kubernetes plugin for Jenkins 
 using this docker daemon exposure 
technique.


Assuming a transition from docker to containerd, any idea what changes will 
be needed by Kubernetes plugin users to continue working properly ?


thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3b883835-c0bd-49ac-9017-30163ad04a79n%40googlegroups.com.


Re: Question on Jenkins

2021-09-29 Thread Mark Waite


On Wednesday, September 29, 2021 at 10:37:26 AM UTC-6 Priya wrote:

> We use perforce 
>

Same instructions apply.  Ask the person who defined the job originally to 
tell you how its SCM was configured.  Configure it that way again.

Alternately, retrieve the config.xml file for that job definition from a 
backup and use the version from a backup.

P.S. Providing insufficient information and making others extract that 
information from you by one question at a time is a painful process and 
causes many contributors to stop answering questions.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/50eaf440-7b4c-4829-a165-8bb13526f58bn%40googlegroups.com.


Re: Question on Jenkins

2021-09-29 Thread Priya
We use perforce

On Wed, Sep 29, 2021 at 9:34 AM Mark Waite 
wrote:

> Ask the people who configured that job originally to tell you the SCM
> configuration information.
>
> If it was using a Git repository, you'll need a URL for that repository.
> Usually those repository URL's are of the form
> https://git.example.com/someone/some-repo.git or g...@git.example.com:
> someone/some-repo.git.
>
> There are many tutorials that will show you how to configure SCM for a
> Jenkins job.  I created one in 2014 that I called "Jenkins in 5 minutes".
> Badly out of date, but illustrates the concepts.
> https://www.youtube.com/watch?v=NovHZZwlCfk
>
> On Wednesday, September 29, 2021 at 10:30:08 AM UTC-6 priya.r...@gmail.com
> wrote:
>
>> How do I do this?
>>
>>
>>- No SCM configured - usually Jenkins jobs have an SCM configured.
>>Choose the SCM you prefer for that job and configure it
>>
>>
>>
>> On Tue, Sep 28, 2021 at 5:38 PM Mark Waite  wrote:
>>
>>>
>>>
>>> On Tuesday, September 28, 2021 at 1:21:15 AM UTC-6 priya wrote:
>>>
 Hi

 I stopped and started Jenkins since the server hosting it had an issue
 :

 But now when I click on Configure I see the following:

 Snapshot attached.How do I fix this?

>>>
>>> You'll need to provide a better description of what you expected to see
>>> as compared to what you see.  In that screen shot, I see:
>>>
>>>- Jenkins 2.164.1 - a Jenkins version that was released in 2019.
>>>Multiple security advisories have been issued since that release.  If
>>>you're expecting security fixes, then upgrade to 2.303.1
>>>- No SCM configured - usually Jenkins jobs have an SCM configured.
>>>Choose the SCM you prefer for that job and configure it
>>>- Build discarder may not be configured with limits.  If you want to
>>>limit the amount of build history you retain, assign values to the build
>>>discarder
>>>
>>>
>>>
 --
 Thanks
 Priya

>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-use...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/aa8bba3e-4f81-473b-bb3a-be674d24994dn%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/809f34de-6ed3-47ef-8989-0958eed1b7b4n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO%3DcrvSydjzo9cgp75B5YDhFDf8PvHD6kCJL_MzQjKAADkrSnA%40mail.gmail.com.


Re: Question on Jenkins

2021-09-29 Thread Mark Waite
Ask the people who configured that job originally to tell you the SCM 
configuration information.

If it was using a Git repository, you'll need a URL for that repository.  
Usually those repository URL's are of the form 
https://git.example.com/someone/some-repo.git or 
g...@git.example.com:someone/some-repo.git.

There are many tutorials that will show you how to configure SCM for a 
Jenkins job.  I created one in 2014 that I called "Jenkins in 5 minutes".  
Badly out of date, but illustrates the 
concepts. https://www.youtube.com/watch?v=NovHZZwlCfk

On Wednesday, September 29, 2021 at 10:30:08 AM UTC-6 priya.r...@gmail.com 
wrote:

> How do I do this?
>
>
>- No SCM configured - usually Jenkins jobs have an SCM configured.  
>Choose the SCM you prefer for that job and configure it
>
>
>
> On Tue, Sep 28, 2021 at 5:38 PM Mark Waite  wrote:
>
>>
>>
>> On Tuesday, September 28, 2021 at 1:21:15 AM UTC-6 priya wrote:
>>
>>> Hi
>>>
>>> I stopped and started Jenkins since the server hosting it had an issue : 
>>>
>>> But now when I click on Configure I see the following:
>>>
>>> Snapshot attached.How do I fix this?
>>>
>>
>> You'll need to provide a better description of what you expected to see 
>> as compared to what you see.  In that screen shot, I see:
>>
>>- Jenkins 2.164.1 - a Jenkins version that was released in 2019.  
>>Multiple security advisories have been issued since that release.  If 
>>you're expecting security fixes, then upgrade to 2.303.1
>>- No SCM configured - usually Jenkins jobs have an SCM configured.  
>>Choose the SCM you prefer for that job and configure it
>>- Build discarder may not be configured with limits.  If you want to 
>>limit the amount of build history you retain, assign values to the build 
>>discarder
>>
>>  
>>
>>> --
>>> Thanks
>>> Priya
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/aa8bba3e-4f81-473b-bb3a-be674d24994dn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/809f34de-6ed3-47ef-8989-0958eed1b7b4n%40googlegroups.com.


Re: Question on Jenkins

2021-09-29 Thread Priya
How do I do this?

   - No SCM configured - usually Jenkins jobs have an SCM configured.
   Choose the SCM you prefer for that job and configure it




On Tue, Sep 28, 2021 at 5:38 PM Mark Waite 
wrote:

>
>
> On Tuesday, September 28, 2021 at 1:21:15 AM UTC-6 priya wrote:
>
>> Hi
>>
>> I stopped and started Jenkins since the server hosting it had an issue :
>>
>> But now when I click on Configure I see the following:
>>
>> Snapshot attached.How do I fix this?
>>
>
> You'll need to provide a better description of what you expected to see as
> compared to what you see.  In that screen shot, I see:
>
>- Jenkins 2.164.1 - a Jenkins version that was released in 2019.
>Multiple security advisories have been issued since that release.  If
>you're expecting security fixes, then upgrade to 2.303.1
>- No SCM configured - usually Jenkins jobs have an SCM configured.
>Choose the SCM you prefer for that job and configure it
>- Build discarder may not be configured with limits.  If you want to
>limit the amount of build history you retain, assign values to the build
>discarder
>
>
>
>> --
>> Thanks
>> Priya
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/aa8bba3e-4f81-473b-bb3a-be674d24994dn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO%3DcrvS27wNbFR00GNOaRjKdWLuZ5gvG2TiZkfxLcgx-68wrzA%40mail.gmail.com.